|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63951 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 08:25:38
Author: bbartman
Date: 2010-07-13 08:25:37 EDT (Tue, 13 Jul 2010)
New Revision: 63951
URL: http://svn.boost.org/trac/boost/changeset/63951
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 | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 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:25:37 EDT (Tue, 13 Jul 2010)
@@ -8,10 +8,8 @@
#ifndef BOOST_HIGH_BITS_MASK_HPP
#define BOOST_HIGH_BITS_MASK_HPP
-#ifdef BOOST_MSVC
-#pragma warning(push)
-#pragma warning(disable : 4307)
-#endif
+
+
#include <boost/config.hpp>
@@ -19,20 +17,22 @@
#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)
#include <boost/mpl/bitwise.hpp>
#include <boost/mpl/size_t.hpp>
-
-#if BOOST_MSVC
#pragma warning(pop)
+#else
+#include <boost/mpl/bitwise.hpp>
+#include <boost/mpl/size_t.hpp>
#endif
+
namespace boost {
#ifdef BOOST_MSVC
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