-----Original Message----- From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Gavin Lambert via Boost-users Sent: 15 June 2017 01:08 To: boost-users@lists.boost.org Cc: Gavin Lambert 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
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 mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users
Thanks for the reply. I only have one version of boost in my system, it is version 1.63.0. As far as I know I have checked all the include paths.