Boost logo

Boost Users :

Subject: Re: [Boost-users] Build error C3083
From: Richard Hadsell (hadsell_at_[hidden])
Date: 2017-06-16 14:50:22


On 06/15/2017 05:36 PM, James via Boost-users wrote:
>
>> 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.
> 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.
Wherever your system has the boost headers, is there a boost/core subdirectory, or is it missing? Some tools (e.g., cvs) ignore anything named "core" when copying or installing.

-- 
Dick Hadsell			203-992-6320  Fax: 203-992-6001
Reply-to:			hadsell_at_[hidden]
Blue Sky Studioshttp://www.blueskystudios.com
1 American Lane, Greenwich, CT 06831-2560

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