mirror of
https://github.com/boostorg/exception.git
synced 2025-07-19 23:42:05 +02:00
Ticket 4282
[SVN r68794]
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ namespace
|
|||||||
boost
|
boost
|
||||||
{
|
{
|
||||||
class exception_ptr;
|
class exception_ptr;
|
||||||
void rethrow_exception( exception_ptr const & );
|
BOOST_ATTRIBUTE_NORETURN void rethrow_exception( exception_ptr const & );
|
||||||
exception_ptr current_exception();
|
exception_ptr current_exception();
|
||||||
|
|
||||||
class
|
class
|
||||||
@ -448,6 +448,7 @@ boost
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BOOST_ATTRIBUTE_NORETURN
|
||||||
inline
|
inline
|
||||||
void
|
void
|
||||||
rethrow_exception( exception_ptr const & p )
|
rethrow_exception( exception_ptr const & p )
|
||||||
|
Reference in New Issue
Block a user