mirror of
https://github.com/boostorg/exception.git
synced 2025-07-19 07:22:06 +02:00
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