rpms/boost/devel boost-function_template.patch,1.2,1.3

Benjamin Kosnik bkoz at fedoraproject.org
Mon May 11 23:46:25 UTC 2009


Author: bkoz

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10225

Added Files:
	boost-function_template.patch 
Log Message:
* Mon May 11 2009 Benjamin Kosnik <bkoz at redhat.com> - 1.39.0-2
- Apply patch from Caolan McNamara 
- Resolves: #500030 function_template bug is back... 



boost-function_template.patch:

Index: boost-function_template.patch
===================================================================
RCS file: boost-function_template.patch
diff -N boost-function_template.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ boost-function_template.patch	11 May 2009 23:46:25 -0000	1.3
@@ -0,0 +1,15 @@
+diff -ru boost/function/function_template.hpp boost/function/function_template.hpp
+--- boost/function/function_template.hpp	2009-05-10 10:31:29.000000000 +0100
++++ boost/function/function_template.hpp	2009-05-10 10:49:46.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 fedora-extras-commits mailing list