Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57875 - trunk/boost/spirit/home/support/detail
From: hartmut.kaiser_at_[hidden]
Date: 2009-11-23 18:30:00


Author: hkaiser
Date: 2009-11-23 18:29:59 EST (Mon, 23 Nov 2009)
New Revision: 57875
URL: http://svn.boost.org/trac/boost/changeset/57875

Log:
Spirit: endian library is still not in SVN...
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 2009-11-23 18:29:59 EST (Mon, 23 Nov 2009)
@@ -18,7 +18,7 @@
 
 // If Boost has the endian library use it, otherwise use an adapted version
 // included with Spirit
-#if BOOST_VERSION >= 104200
+#if BOOST_VERSION >= 104300
 #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