9 Aug
2017
9 Aug
'17
11:04 p.m.
On 10/08/2017 10:25, Vinnie Falco wrote:
The problem in this case is that the toolchain is using Visual Studio 2012 which does not have sufficient support for C++11, and in particular insufficient support for "noexcept" as indicated here:
Are you using the BOOST_NOEXCEPT* macros? They resolve to nothing (or in some cases to throw()) on older compilers. In general for most compatibility issues there is a macro somewhere, either in Boost.Config or elsewhere.