[pkg-boost-commits] r14342 - in boost/branches/1.34.1/debian: . patches

smr at alioth.debian.org smr at alioth.debian.org
Sun Dec 7 03:54:23 UTC 2008


Author: smr
Date: 2008-12-07 03:54:23 +0000 (Sun, 07 Dec 2008)
New Revision: 14342

Added:
   boost/branches/1.34.1/debian/patches/pending-relaxed_heap.patch
Modified:
   boost/branches/1.34.1/debian/changelog
   boost/branches/1.34.1/debian/patches/series
Log:
Include climits in pending/relaxed_heap.hpp, for CHAR_BIT.

Modified: boost/branches/1.34.1/debian/changelog
===================================================================
--- boost/branches/1.34.1/debian/changelog	2008-12-07 03:46:12 UTC (rev 14341)
+++ boost/branches/1.34.1/debian/changelog	2008-12-07 03:54:23 UTC (rev 14342)
@@ -2,8 +2,11 @@
 
   * patches/0001-boost.mpl-gcc-4.4-fixes.patch: New.  Fixes preprocessor
     usage.  Closes: #505597.
+  
+  * patches/pending-relaxed_heap.patch: New.  Include <climits> to obtain
+    CHAR_BIT; thanks to Charles Blundell for the patch.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 06 Dec 2008 21:42:24 -0600
+ -- Steve M. Robbins <smr at debian.org>  Sat, 06 Dec 2008 21:51:35 -0600
 
 boost (1.34.1-14) unstable; urgency=low
 

Added: boost/branches/1.34.1/debian/patches/pending-relaxed_heap.patch
===================================================================
--- boost/branches/1.34.1/debian/patches/pending-relaxed_heap.patch	                        (rev 0)
+++ boost/branches/1.34.1/debian/patches/pending-relaxed_heap.patch	2008-12-07 03:54:23 UTC (rev 14342)
@@ -0,0 +1,12 @@
+Fix for #495204; thanks to charles blundell for the patch.
+
+--- boost-1.34.1.orig/boost/pending/relaxed_heap.hpp
++++ boost-1.34.1/boost/pending/relaxed_heap.hpp
+@@ -9,6 +9,7 @@
+ #ifndef BOOST_RELAXED_HEAP_HEADER
+ #define BOOST_RELAXED_HEAP_HEADER
+ 
++#include <climits>
+ #include <functional>
+ #include <boost/property_map.hpp>
+ #include <boost/optional.hpp>

Modified: boost/branches/1.34.1/debian/patches/series
===================================================================
--- boost/branches/1.34.1/debian/patches/series	2008-12-07 03:46:12 UTC (rev 14341)
+++ boost/branches/1.34.1/debian/patches/series	2008-12-07 03:54:23 UTC (rev 14342)
@@ -1,3 +1,4 @@
+pending-relaxed_heap.patch
 0001-boost.mpl-gcc-4.4-fixes.patch
 endian.patch
 suppress-compiler-warnings.patch




More information about the pkg-boost-commits mailing list