forked from boostorg/throw_exception
Mark throw_exception with BOOST_NORETURN. Closes #12.
This commit is contained in:
@ -54,7 +54,7 @@ namespace boost
|
||||
{
|
||||
#ifdef BOOST_NO_EXCEPTIONS
|
||||
|
||||
void throw_exception( std::exception const & e ); // user defined
|
||||
BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined
|
||||
|
||||
#else
|
||||
|
||||
|
Reference in New Issue
Block a user