[pkg-boost-commits] r14587 - in boost/trunk/debian: . patches

Steven Michael Robbins smr at alioth.debian.org
Mon Jul 26 03:26:44 UTC 2010


Author: smr
Date: 2010-07-26 03:26:39 +0000 (Mon, 26 Jul 2010)
New Revision: 14587

Added:
   boost/trunk/debian/patches/fusion-name-qual.patch
Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/series
Log:
qualify names in boost::fusion namespace.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2010-07-26 03:21:26 UTC (rev 14586)
+++ boost/trunk/debian/changelog	2010-07-26 03:26:39 UTC (rev 14587)
@@ -12,8 +12,11 @@
   
   * control: Raise priority of libboost-iostreams, since important package
     aptitude depends on it.  Closes: #588608.
+  
+  * patches/fusion-name-qual.patch: qualify names in boost::fusion
+    namespace.  Closes: #588204.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 25 Jul 2010 22:20:42 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sun, 25 Jul 2010 22:26:18 -0500
 
 boost1.42 (1.42.0-3) unstable; urgency=low
 

Added: boost/trunk/debian/patches/fusion-name-qual.patch
===================================================================
--- boost/trunk/debian/patches/fusion-name-qual.patch	                        (rev 0)
+++ boost/trunk/debian/patches/fusion-name-qual.patch	2010-07-26 03:26:39 UTC (rev 14587)
@@ -0,0 +1,22 @@
+--- boost1.42-1.42.0.orig/boost/fusion/container/map/detail/deref_data_impl.hpp
++++ boost1.42-1.42.0/boost/fusion/container/map/detail/deref_data_impl.hpp
+@@ -39,7 +39,7 @@
+             static type
+             call(It const& it)
+             {
+-                return deref(it).second;
++	         return boost::fusion::deref(it).second;
+             }
+         };
+     };
+--- boost1.42-1.42.0.orig/boost/fusion/container/map/detail/deref_impl.hpp
++++ boost1.42-1.42.0/boost/fusion/container/map/detail/deref_impl.hpp
+@@ -36,7 +36,7 @@
+             static type
+             call(It const& it)
+             {
+-                return at<typename It::index>(it.seq->get_data());
++	         return boost::fusion::at<typename It::index>(it.seq->get_data());
+             }
+         };
+     };

Modified: boost/trunk/debian/patches/series
===================================================================
--- boost/trunk/debian/patches/series	2010-07-26 03:21:26 UTC (rev 14586)
+++ boost/trunk/debian/patches/series	2010-07-26 03:26:39 UTC (rev 14587)
@@ -11,3 +11,4 @@
 hurd-execution_monitor.patch
 kfreebsd-thread.patch
 lambda-include-deps.patch
+fusion-name-qual.patch




More information about the pkg-boost-commits mailing list