Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77400 - trunk/boost/spirit/home/support/detail
From: juergen.hunold_at_[hidden]
Date: 2012-03-19 05:57:28


Author: jhunold
Date: 2012-03-19 05:57:26 EDT (Mon, 19 Mar 2012)
New Revision: 77400
URL: http://svn.boost.org/trac/boost/changeset/77400

Log:
Fix: still no Boost.Endian available
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 2012-03-19 05:57:26 EDT (Mon, 19 Mar 2012)
@@ -20,7 +20,7 @@
 
 // If Boost has the endian library, use it, otherwise use an adapted version
 // included with Spirit
-#if BOOST_VERSION >= 105000
+#if BOOST_VERSION >= 105100
 #include <boost/endian/integers.hpp>
 #else
 #include <boost/spirit/home/support/detail/endian/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