]> git.pld-linux.org Git - packages/boost.git/blob - boost-ticket-2499.patch
- -devel O: boost-asio
[packages/boost.git] / boost-ticket-2499.patch
1 --- boost_1_37_0/boost/function/function_template.hpp.orig      2008-10-16 15:21:50.000000000 +0200
2 +++ boost_1_37_0/boost/function/function_template.hpp   2008-11-13 23:27:43.000000000 +0100
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;
This page took 0.037688 seconds and 3 git commands to generate.