Boost logo

Boost Users :

Subject: Re: [Boost-users] Build error C3083
From: James (james_at_[hidden])
Date: 2017-06-22 20:53:21


> -----Original Message-----
> From: Boost-users [mailto:boost-users-bounces_at_[hidden]] On
> Behalf Of Glen Fernandes via Boost-users
> Sent: 20 June 2017 23:22
> To: boost-users_at_[hidden]
> Cc: Glen Fernandes
> Subject: Re: [Boost-users] Build error C3083
>
> 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

Thanks so if either of those is the case it should be able to be put right,
ie what change do I need to make so that the older version includes
Boost.core (which I seem to have in my directories) or the newer one doesn't
need it?


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