Boost logo

Boost Users :

Subject: Re: [Boost-users] Build error C3083
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2017-06-20 22:22:20


On 14/06/2017 23:37, James wrote:
> I am trying to build an application that uses the boost libraries.
> I am seeing build error C3083 in bind_mf_cc.hpp.
>
> The error states:
>
> Error C3083 'core': the symbol to the left of a '::' must be a type

If the application is including bind_mf_cc.hpp directly, it should not.

Otherwise, it is most likely because bind_mf_cc.hpp from a newer Boost
(one that uses <boost/core/is_same.hpp>) is being included by an older
Boost distribution (without Boost.Core).

Glen


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net