
17 Feb
2011
17 Feb
'11
12:53 p.m.
Should we add a BOOST_NO_NOEXCEPT config macro, and then provide a header with something like: #ifdef BOOST_NO_NOEXCEPT # define BOOST_NOEXCEPT throw() #else # define BOOST_NOEXCEPT noexcept #endif --Beman