Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61914 - branches/release/boost/spirit/home/support/detail
From: dgregor_at_[hidden]
Date: 2010-05-11 12:55:08


Author: dgregor
Date: 2010-05-11 12:55:07 EDT (Tue, 11 May 2010)
New Revision: 61914
URL: http://svn.boost.org/trac/boost/changeset/61914

Log:
Boost 1.44.0 does not yet have the Endian library, so Spirit should not try to use it.
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 2010-05-11 12:55:07 EDT (Tue, 11 May 2010)
@@ -18,7 +18,7 @@
 
 // If Boost has the endian library, use it, otherwise use an adapted version
 // included with Spirit
-#if BOOST_VERSION >= 104400
+#if BOOST_VERSION >= 104500
 #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