|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63954 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 08:35:31
Author: bbartman
Date: 2010-07-13 08:35:30 EDT (Tue, 13 Jul 2010)
New Revision: 63954
URL: http://svn.boost.org/trac/boost/changeset/63954
Log:
unable to fix massive amount of warnings from the MPL under MSVC9
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/high_bits_mask.hpp | 6 ------
1 files changed, 0 insertions(+), 6 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:35:30 EDT (Tue, 13 Jul 2010)
@@ -13,14 +13,8 @@
#include <boost/config.hpp>
-#ifdef BOOST_MSVC
-#pragma warning(disable : 4307)
#include <boost/mpl/bitwise.hpp>
#include <boost/mpl/size_t.hpp>
-#else
-#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>
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