]> git.pld-linux.org Git - packages/boost.git/commitdiff
- fix bjs.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 13 Nov 2008 22:29:39 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boost-ticket-2499.patch -> 1.1

boost-ticket-2499.patch [new file with mode: 0644]

diff --git a/boost-ticket-2499.patch b/boost-ticket-2499.patch
new file mode 100644 (file)
index 0000000..832d592
--- /dev/null
@@ -0,0 +1,14 @@
+--- boost_1_37_0/boost/function/function_template.hpp.orig     2008-10-16 15:21:50.000000000 +0200
++++ boost_1_37_0/boost/function/function_template.hpp  2008-11-13 23:27:43.000000000 +0100
+@@ -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;
This page took 0.222535 seconds and 4 git commands to generate.