Boost logo

Boost Users :

Subject: Re: [Boost-users] Build error C3083
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2017-06-15 00:07:30


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

You don't say which version of Boost or which Boost libraries you're
trying to use.

But the first thing you should investigate is to look through the
include paths for your projects and ensure that you only have one path
that points at the Boost library header files, and that you don't have
an older version of the header files in any other path.

Remember to check the full list of include paths in the project; it's
possible that some are coming from a properties file or other reference.


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