Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65205 - trunk/boost/exception/detail
From: emil_at_[hidden]
Date: 2010-09-02 22:24:47


Author: emildotchevski
Date: 2010-09-02 22:24:45 EDT (Thu, 02 Sep 2010)
New Revision: 65205
URL: http://svn.boost.org/trac/boost/changeset/65205

Log:
cosmetic bug fix in the exception_ptr support when the attempt to copy the exception object throws.
Text files modified:
   trunk/boost/exception/detail/exception_ptr.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/exception/detail/exception_ptr.hpp
==============================================================================
--- trunk/boost/exception/detail/exception_ptr.hpp (original)
+++ trunk/boost/exception/detail/exception_ptr.hpp 2010-09-02 22:24:45 EDT (Thu, 02 Sep 2010)
@@ -359,7 +359,7 @@
                     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 )


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk