mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
Switch to BOOST_NORETURN macro
Switch to BOOST_NORETURN macro provided by Boost.Config.
This commit is contained in:
@ -34,7 +34,7 @@ namespace
|
|||||||
boost
|
boost
|
||||||
{
|
{
|
||||||
class exception_ptr;
|
class exception_ptr;
|
||||||
BOOST_ATTRIBUTE_NORETURN void rethrow_exception( exception_ptr const & );
|
BOOST_NORETURN void rethrow_exception( exception_ptr const & );
|
||||||
exception_ptr current_exception();
|
exception_ptr current_exception();
|
||||||
|
|
||||||
class
|
class
|
||||||
@ -454,7 +454,7 @@ boost
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_ATTRIBUTE_NORETURN
|
BOOST_NORETURN
|
||||||
inline
|
inline
|
||||||
void
|
void
|
||||||
rethrow_exception( exception_ptr const & p )
|
rethrow_exception( exception_ptr const & p )
|
||||||
|
Reference in New Issue
Block a user