$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63956 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 08:42:26
Author: bbartman
Date: 2010-07-13 08:42:25 EDT (Tue, 13 Jul 2010)
New Revision: 63956
URL: http://svn.boost.org/trac/boost/changeset/63956
Log:
attempting to fix warnings from mpl. I may NOT be able to actually do that without editing the MPL itself
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/high_bits_mask.hpp | 2 +-
1 files changed, 1 insertions(+), 1 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:42:25 EDT (Tue, 13 Jul 2010)
@@ -31,7 +31,7 @@
#ifdef BOOST_MSVC
#pragma warning(push)
#pragma warning(disable : 4309)
-
+#pragma warning(disable : 4305)
namespace detail {
template<typename T, unsigned int Width>
struct evaluate_for_msvc_08 {