forked from boostorg/exception
N2179 compliance (pending documentation update)
[SVN r44438]
This commit is contained in:
@ -20,13 +20,13 @@ worker_thread( boost::exception_ptr & error )
|
||||
error = boost::exception_ptr();
|
||||
}
|
||||
catch(
|
||||
boost::exception & e )
|
||||
... )
|
||||
{
|
||||
error = boost::clone_exception(e);
|
||||
error = boost::current_exception();
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// ...continued
|
||||
|
||||
void
|
||||
work()
|
||||
|
Reference in New Issue
Block a user