-----Original Message----- From: Richard Hadsell [mailto:hadsell@blueskystudios.com] Sent: 20 June 2017 23:28 To: boost-users@lists.boost.org Cc: James Subject: Re: [Boost-users] Build error C3083
On 06/20/2017 06:16 PM, James via Boost-users wrote:
-----Original Message----- From: Richard Hadsell [mailto:hadsell@blueskystudios.com] Sent: 16 June 2017 15:50 To: boost-users@lists.boost.org Cc: James Subject: Re: [Boost-users] Build error C3083
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
Look for a "#define core ..." macro somewhere before your source includes the bind_mf_cc.hpp header.
Any further thoughts on this please? I'm stuck till I can get past this. Thanks.