SOURCES: boost-climits.patch (NEW) - gcc-4.3 is more standard comp...
pluto
pluto at pld-linux.org
Tue Apr 29 15:13:14 CEST 2008
Author: pluto Date: Tue Apr 29 13:13:14 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- gcc-4.3 is more standard compliant so we must include explicitly some headers.
---- Files affected:
SOURCES:
boost-climits.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/boost-climits.patch
diff -u /dev/null SOURCES/boost-climits.patch:1.1
--- /dev/null Tue Apr 29 15:13:14 2008
+++ SOURCES/boost-climits.patch Tue Apr 29 15:13:09 2008
@@ -0,0 +1,20 @@
+--- boost_1_35_0/boost/archive/polymorphic_iarchive.hpp.orig 2007-11-25 19:07:19.000000000 +0100
++++ boost_1_35_0/boost/archive/polymorphic_iarchive.hpp 2008-04-29 11:20:01.000000000 +0200
+@@ -16,6 +16,7 @@
+
+ // See http://www.boost.org for updates, documentation, and revision history.
+
++#include <climits> // ULONG_MAX
+ #include <cstddef> // std::size_t
+ #include <boost/config.hpp>
+
+--- boost_1_35_0/boost/archive/polymorphic_oarchive.hpp.orig 2007-11-25 19:07:19.000000000 +0100
++++ boost_1_35_0/boost/archive/polymorphic_oarchive.hpp 2008-04-29 11:20:17.000000000 +0200
+@@ -16,6 +16,7 @@
+
+ // See http://www.boost.org for updates, documentation, and revision history.
+
++#include <climits> // ULONG_MAX
+ #include <cstddef> // size_t
+ #include <string>
+
================================================================
More information about the pld-cvs-commit
mailing list