Ticket 4282

[SVN r68794]
This commit is contained in:
Emil Dotchevski
2011-02-12 00:09:06 +00:00
parent 08f65cca73
commit a74d041bd5
2 changed files with 7401 additions and 7400 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 )