From 12903d4e493531bccf26d5ab3d57771f88dced86 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 3 Sep 2010 02:24:45 +0000 Subject: [PATCH] cosmetic bug fix in the exception_ptr support when the attempt to copy the exception object throws. [SVN r65205] --- include/boost/exception/detail/exception_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/detail/exception_ptr.hpp b/include/boost/exception/detail/exception_ptr.hpp index 85ad5a0..2eab7de 100644 --- a/include/boost/exception/detail/exception_ptr.hpp +++ b/include/boost/exception/detail/exception_ptr.hpp @@ -359,7 +359,7 @@ boost catch( std::bad_exception & e ) { - return exception_detail::exception_ptr_static_exception_object::e; + return exception_detail::current_exception_std_exception(e); } catch( std::exception & e )