Merge pull request #3 from Lastique/patch-1

Switch to BOOST_NORETURN macro
This commit is contained in:
Peter Dimov
2014-06-05 00:32:51 +03:00

View File

@ -34,7 +34,7 @@ namespace
boost
{
class exception_ptr;
BOOST_ATTRIBUTE_NORETURN void rethrow_exception( exception_ptr const & );
BOOST_NORETURN void rethrow_exception( exception_ptr const & );
exception_ptr current_exception();
class
@ -454,7 +454,7 @@ boost
return ret;
}
BOOST_ATTRIBUTE_NORETURN
BOOST_NORETURN
inline
void
rethrow_exception( exception_ptr const & p )