
20 Jun
2017
20 Jun
'17
4:22 p.m.
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