$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63955 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 08:39:56
Author: bbartman
Date: 2010-07-13 08:39:55 EDT (Tue, 13 Jul 2010)
New Revision: 63955
URL: http://svn.boost.org/trac/boost/changeset/63955
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 |     6 ++++--                                  
   1 files changed, 4 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:39:55 EDT (Tue, 13 Jul 2010)
@@ -29,7 +29,9 @@
 namespace boost {
 
 #ifdef BOOST_MSVC
-    
+#pragma warning(push)
+#pragma warning(disable : 4309)
+
 namespace detail {
     template<typename T, unsigned int Width>
     struct evaluate_for_msvc_08 {
@@ -40,7 +42,7 @@
     };
 }
 
-
+#pragma warning(pop)
 #endif
 
 /** Creates a mask of the supplied width in side type T, from the lower portion