16 lines
659 B
Diff
16 lines
659 B
Diff
diff -ru boost_1_39_0.orig/boost/function/function_template.hpp boost_1_39_0/boost/function/function_template.hpp
|
|
--- boost_1_39_0.orig/boost/function/function_template.hpp 2008-10-16 15:21:50.000000000 +0200
|
|
+++ boost_1_39_0/boost/function/function_template.hpp 2009-06-04 14:10:36.000000000 +0200
|
|
@@ -950,10 +950,10 @@
|
|
f.vtable->manager(f.functor, this->functor,
|
|
boost::detail::function::move_functor_tag);
|
|
f.vtable = 0;
|
|
-#if !defined(BOOST_NO_EXCEPTIONS)
|
|
} else {
|
|
clear();
|
|
}
|
|
+#if !defined(BOOST_NO_EXCEPTIONS)
|
|
} catch (...) {
|
|
vtable = 0;
|
|
throw;
|