mirror of
https://github.com/boostorg/exception.git
synced 2025-07-21 16:32:05 +02: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