3 May
2013
3 May
'13
9:13 p.m.
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.