One more GCC 4.3 related nit
This commit is contained in:
parent
73ed8a269d
commit
c693092601
@ -138,3 +138,15 @@ diff -urp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/bo
|
|||||||
// determine if its necessary to handle (u)int64_t specifically
|
// determine if its necessary to handle (u)int64_t specifically
|
||||||
// i.e. that its not a synonym for (unsigned) long
|
// i.e. that its not a synonym for (unsigned) long
|
||||||
// if there is no 64 bit int or if its the same as a long
|
// if there is no 64 bit int or if its the same as a long
|
||||||
|
diff -urp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/boost/archive/polymorphic_iarchive.hpp
|
||||||
|
--- boost_1_34_1/boost/archive/polymorphic_oarchive.hpp 2005-12-11 07:12:51.000000000 +0100
|
||||||
|
+++ boost_1_34_1.pm/boost/archive/polymorphic_oarchive.hpp 2008-02-06 18:42:07.000000000 +0100
|
||||||
|
@@ -33,6 +33,8 @@ namespace std{
|
||||||
|
#include <boost/archive/detail/interface_iarchive.hpp>
|
||||||
|
#include <boost/serialization/nvp.hpp>
|
||||||
|
|
||||||
|
+#include <limits.h>
|
||||||
|
+
|
||||||
|
// determine if its necessary to handle (u)int64_t specifically
|
||||||
|
// i.e. that its not a synonym for (unsigned) long
|
||||||
|
// if there is no 64 bit int or if its the same as a long
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: boost
|
Name: boost
|
||||||
Summary: The Boost C++ Libraries
|
Summary: The Boost C++ Libraries
|
||||||
Version: 1.34.1
|
Version: 1.34.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: Boost Software License (GPL-Compatible, Free Software License)
|
License: Boost Software License (GPL-Compatible, Free Software License)
|
||||||
URL: http://www.boost.org/
|
URL: http://www.boost.org/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -203,7 +203,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/boost-%{version}
|
%doc %{_docdir}/boost-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-9
|
* Wed Feb 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-10
|
||||||
- Fixes for GCC 4.3
|
- Fixes for GCC 4.3
|
||||||
- Resolves: #431609
|
- Resolves: #431609
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user