SOURCES: boost-ticket-2499.patch (NEW) - fix bjs.

pluto pluto at pld-linux.org
Thu Nov 13 23:29:44 CET 2008


Author: pluto                        Date: Thu Nov 13 22:29:44 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix bjs.

---- Files affected:
SOURCES:
   boost-ticket-2499.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/boost-ticket-2499.patch
diff -u /dev/null SOURCES/boost-ticket-2499.patch:1.1
--- /dev/null	Thu Nov 13 23:29:45 2008
+++ SOURCES/boost-ticket-2499.patch	Thu Nov 13 23:29:39 2008
@@ -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;
================================================================


More information about the pld-cvs-commit mailing list