$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [any] Divergence between Boost.Any and standard library proposal
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2013-05-03 17:13:06
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.