revert to 1.37
[boost.git] / boost-function_template.patch
1 --- boost/function/function_template.hpp.orig   2008-12-19 10:32:27.000000000 +0000
2 +++ boost/function/function_template.hpp        2008-12-19 10:33:27.000000000 +0000
3 @@ -950,10 +950,10 @@
4            f.vtable->manager(f.functor, this->functor,
5                              boost::detail::function::move_functor_tag);
6                   f.vtable = 0;
7 -#if !defined(BOOST_NO_EXCEPTIONS)      
8          } else {
9            clear();
10          }
11 +#if !defined(BOOST_NO_EXCEPTIONS)      
12        } catch (...) {
13          vtable = 0;
14          throw;