Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73090 - in branches/release: . boost boost/spirit boost/spirit/home boost/spirit/home/support/detail
From: hartmut.kaiser_at_[hidden]
Date: 2011-07-13 19:59:24


Author: hkaiser
Date: 2011-07-13 19:59:23 EDT (Wed, 13 Jul 2011)
New Revision: 73090
URL: http://svn.boost.org/trac/boost/changeset/73090

Log:
Merging: Fixing endian problem (again, sigh!) Will the endian library be ever part of Boost?
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
   branches/release/boost/spirit/ (props changed)
   branches/release/boost/spirit/home/ (props changed)
Text files modified:
   branches/release/boost/spirit/home/support/detail/endian.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/spirit/home/support/detail/endian.hpp
==============================================================================
--- branches/release/boost/spirit/home/support/detail/endian.hpp (original)
+++ branches/release/boost/spirit/home/support/detail/endian.hpp 2011-07-13 19:59:23 EDT (Wed, 13 Jul 2011)
@@ -18,7 +18,7 @@
 
 // If Boost has the endian library, use it, otherwise use an adapted version
 // included with Spirit
-#if BOOST_VERSION >= 104800
+#if BOOST_VERSION >= 104900
 #include <boost/integer/endian.hpp>
 #else
 #include <boost/spirit/home/support/detail/integer/endian.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk