Ticket #2322: 03-exception-clone-destructor-fix.patch
File 03-exception-clone-destructor-fix.patch, 510 bytes (added by , 14 years ago) |
---|
-
boost/exception/enable_current_exception.hpp
diff -purN orig/boost/exception/enable_current_exception.hpp boost_1_36_0/boost/exception/enable_current_exception.hpp
old new boost 96 96 *be1 = *be2; 97 97 } 98 98 99 ~exception_clone() throw() { } 100 99 101 private: 100 102 101 103 detail::atomic_count mutable count_;