|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63231 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-06-22 10:30:26
Author: bbartman
Date: 2010-06-22 10:30:25 EDT (Tue, 22 Jun 2010)
New Revision: 63231
URL: http://svn.boost.org/trac/boost/changeset/63231
Log:
fixing include order because things are starting to get messy and I wanted to fix that
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp 2010-06-22 10:30:25 EDT (Tue, 22 Jun 2010)
@@ -16,8 +16,8 @@
#include <boost/mpl/at.hpp>
#include <boost/mpl/less.hpp>
#include <boost/mpl/size.hpp>
-#include <string>
-
+#include <boost/integer/details/bft/ext/bitfield_tuple_fusion_includes.hpp>
+#include <boost/integer/details/fusion_ext_includes.hpp>
namespace boost {
@@ -709,7 +709,6 @@
} // end boost
-#include <boost/integer/details/bft/ext/bitfield_tuple_fusion_includes.hpp>
-#include <boost/integer/details/fusion_ext_includes.hpp>
+
#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