cornucopia: bump SRCREV
[openembedded.git] / recipes / boost / files / 03-exception-clone-destructor-fix.patch
blobd78759b5e33fae385c41be981088745a05d13413
1 diff -purN orig/boost/exception/enable_current_exception.hpp boost_1_36_0/boost/exception/enable_current_exception.hpp
2 --- orig/boost/exception/enable_current_exception.hpp 2008-09-12 11:48:45.000000000 -0400
3 +++ boost_1_36_0/boost/exception/enable_current_exception.hpp 2008-09-12 15:13:06.000000000 -0400
4 @@ -96,6 +96,8 @@ boost
5 *be1 = *be2;
8 + ~exception_clone() throw() { }
10 private:
12 detail::atomic_count mutable count_;