Boost logo

Boost :

Subject: Re: [boost] Best Practices for Surviving the Boost Test Gauntlet?
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2017-08-09 23:04:58


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:
>
> <https://msdn.microsoft.com/en-us/library/hh567368.aspx>

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk