|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78156 - trunk/boost/spirit/home/support/detail
From: hartmut.kaiser_at_[hidden]
Date: 2012-04-23 08:08:56
Author: hkaiser
Date: 2012-04-23 08:08:56 EDT (Mon, 23 Apr 2012)
New Revision: 78156
URL: http://svn.boost.org/trac/boost/changeset/78156
Log:
Solving the darn endian problem in Spirit once and for all. I should have done this a long time ago.
Text files modified:
trunk/boost/spirit/home/support/detail/endian.hpp | 12 ++++++------
1 files changed, 6 insertions(+), 6 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-04-23 08:08:56 EDT (Mon, 23 Apr 2012)
@@ -1,6 +1,6 @@
// Copyright (c) 2001-2011 Hartmut Kaiser
// http://spirit.sourceforge.net/
-//
+//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -18,12 +18,12 @@
#define BOOST_ENDIAN_FORCE_PODNESS 1
#endif
-// If Boost has the endian library, use it, otherwise use an adapted version
+// 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
+// #if BOOST_VERSION >= 105100
+// #include <boost/endian/integers.hpp>
+// #else
#include <boost/spirit/home/support/detail/endian/endian.hpp>
-#endif
+// #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