Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63952 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 08:28:43


Author: bbartman
Date: 2010-07-13 08:28:43 EDT (Tue, 13 Jul 2010)
New Revision: 63952
URL: http://svn.boost.org/trac/boost/changeset/63952

Log:
attempting to fix warnings from mpl I may NOT be able to actually do that
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/high_bits_mask.hpp | 9 +++++----
   1 files changed, 5 insertions(+), 4 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/high_bits_mask.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/high_bits_mask.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/high_bits_mask.hpp 2010-07-13 08:28:43 EDT (Tue, 13 Jul 2010)
@@ -13,10 +13,6 @@
 
 
 #include <boost/config.hpp>
-#include <boost/integer/detail/high_low_impl.hpp>
-#include <boost/integer/integral_mask.hpp>
-#include <boost/type_traits/integral_constant.hpp>
-#include <boost/type_traits/make_unsigned.hpp>
 #ifdef BOOST_MSVC
 #pragma warning(push)
 #pragma warning(disable : 4307)
@@ -27,6 +23,11 @@
 #include <boost/mpl/bitwise.hpp>
 #include <boost/mpl/size_t.hpp>
 #endif
+#include <boost/integer/detail/high_low_impl.hpp>
+#include <boost/integer/integral_mask.hpp>
+#include <boost/type_traits/integral_constant.hpp>
+#include <boost/type_traits/make_unsigned.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