mirror of
https://github.com/boostorg/exception.git
synced 2026-02-03 21:55:19 +01: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
|
||||
{
|
||||
class exception_ptr;
|
||||
void rethrow_exception( exception_ptr const & );
|
||||
BOOST_ATTRIBUTE_NORETURN void rethrow_exception( exception_ptr const & );
|
||||
exception_ptr current_exception();
|
||||
|
||||
class
|
||||
@@ -448,6 +448,7 @@ boost
|
||||
return ret;
|
||||
}
|
||||
|
||||
BOOST_ATTRIBUTE_NORETURN
|
||||
inline
|
||||
void
|
||||
rethrow_exception( exception_ptr const & p )
|
||||
|
||||
Reference in New Issue
Block a user