Ticket #2322: 03-exception-clone-destructor-fix.patch

File 03-exception-clone-destructor-fix.patch, 510 bytes (added by mlcreech@…, 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  
    9696                        *be1 = *be2;
    9797                }
    9898
     99            ~exception_clone() throw() { }
     100
    99101            private:
    100102
    101103            detail::atomic_count mutable count_;