forked from boostorg/exception
introduced boost/exception_ptr.hpp, using Boost Exception
[SVN r44439]
This commit is contained in:
@ -109,14 +109,6 @@ boost
|
||||
return exception_ptr(c);
|
||||
}
|
||||
catch(
|
||||
... )
|
||||
{
|
||||
}
|
||||
try
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch(
|
||||
std::invalid_argument & e )
|
||||
{
|
||||
return exception_detail::current_exception_std_exception(e);
|
Reference in New Issue
Block a user