Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78206 - branches/release/boost/spirit/home/support/detail
From: joel_at_[hidden]
Date: 2012-04-26 05:23:55


Author: djowel
Date: 2012-04-26 05:23:54 EDT (Thu, 26 Apr 2012)
New Revision: 78206
URL: http://svn.boost.org/trac/boost/changeset/78206

Log:
Reapplying hkaiser's fix
Text files modified:
   branches/release/boost/spirit/home/support/detail/endian.hpp | 6 ------
   1 files changed, 0 insertions(+), 6 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 2012-04-26 05:23:54 EDT (Thu, 26 Apr 2012)
@@ -18,12 +18,6 @@
 #define BOOST_ENDIAN_FORCE_PODNESS 1
 #endif
 
-// If Boost has the endian library, use it, otherwise use an adapted version
-// included with Spirit
-#if BOOST_VERSION >= 105100
-#include <boost/endian/integers.hpp>
-#else
 #include <boost/spirit/home/support/detail/endian/endian.hpp>
-// #endif
 
 #endif


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