Boost logo

Boost :

Subject: Re: [boost] [any] Divergence between Boost.Any and standard library proposal
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2013-05-03 18:14:12


Le 03/05/13 23:13, Andrey Semashev a écrit :
> On Friday 03 May 2013 23:07:42 Vicente J. Botet Escriba wrote:
>> What about adding to Boost.Config helpers
>>
>> #if ! defined BOOST_NOEXCEPT_OR_THROW
>> #ifdef BOOST_NO_CXX11_NOEXCEPT
>> # define BOOST_NOEXCEPT_OR_THROW throw()
>> #else
>> # define BOOST_NOEXCEPT_OR_THROW noexcept
>> #endif
>> #endif
> There is already BOOST_NOEXCEPT_OR_NOTHROW.
>
>
Ups!
Vicente


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