mirror of
https://github.com/boostorg/exception.git
synced 2026-01-24 16:02:23 +01:00
cosmetic bug fix in the exception_ptr support when the attempt to copy the exception object throws.
[SVN r65205]
This commit is contained in:
@@ -359,7 +359,7 @@ boost
|
||||
catch(
|
||||
std::bad_exception & e )
|
||||
{
|
||||
return exception_detail::exception_ptr_static_exception_object<exception_detail::bad_exception_>::e;
|
||||
return exception_detail::current_exception_std_exception(e);
|
||||
}
|
||||
catch(
|
||||
std::exception & e )
|
||||
|
||||
Reference in New Issue
Block a user