$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63953 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 08:33:30
Author: bbartman
Date: 2010-07-13 08:33:29 EDT (Tue, 13 Jul 2010)
New Revision: 63953
URL: http://svn.boost.org/trac/boost/changeset/63953
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 | 2 --
1 files changed, 0 insertions(+), 2 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:33:29 EDT (Tue, 13 Jul 2010)
@@ -14,11 +14,9 @@
#include <boost/config.hpp>
#ifdef BOOST_MSVC
-#pragma warning(push)
#pragma warning(disable : 4307)
#include <boost/mpl/bitwise.hpp>
#include <boost/mpl/size_t.hpp>
-#pragma warning(pop)
#else
#include <boost/mpl/bitwise.hpp>
#include <boost/mpl/size_t.hpp>