X-Git-Url: http://git.onelab.eu/?p=boost.git;a=blobdiff_plain;f=boost-function_template.patch;fp=boost-function_template.patch;h=fa57836ec662f3f62bab758c670e6ac91d859410;hp=0000000000000000000000000000000000000000;hb=647afca93404eb8f55adfdb49347ccc218c9ad6c;hpb=5125899c068deace8ca8803f4ee1e1d4b74b260b diff --git a/boost-function_template.patch b/boost-function_template.patch new file mode 100644 index 0000000..fa57836 --- /dev/null +++ b/boost-function_template.patch @@ -0,0 +1,14 @@ +--- boost/function/function_template.hpp.orig 2008-12-19 10:32:27.000000000 +0000 ++++ boost/function/function_template.hpp 2008-12-19 10:33:27.000000000 +0000 +@@ -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;