|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73089 - trunk/boost/spirit/home/support/detail
From: hartmut.kaiser_at_[hidden]
Date: 2011-07-13 19:57:02
Author: hkaiser
Date: 2011-07-13 19:57:01 EDT (Wed, 13 Jul 2011)
New Revision: 73089
URL: http://svn.boost.org/trac/boost/changeset/73089
Log:
Fixing endian problem (again, sigh!) Will the endian library be ever part of Boost?
Text files modified:
trunk/boost/spirit/home/support/detail/endian.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/spirit/home/support/detail/endian.hpp
==============================================================================
--- trunk/boost/spirit/home/support/detail/endian.hpp (original)
+++ trunk/boost/spirit/home/support/detail/endian.hpp 2011-07-13 19:57:01 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