]> git.pld-linux.org Git - packages/boost.git/blame - boost-ticket-2499.patch
- updated to 1.39.0
[packages/boost.git] / boost-ticket-2499.patch
CommitLineData
8db13f8d
PS
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.079758 seconds and 4 git commands to generate.