$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63976 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 14:04:38
Author: bbartman
Date: 2010-07-13 14:04:37 EDT (Tue, 13 Jul 2010)
New Revision: 63976
URL: http://svn.boost.org/trac/boost/changeset/63976
Log:
forgot a parameter
Text files modified: 
   sandbox/SOC/2010/bit_masks/boost/integer/high_bits_mask.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 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 14:04:37 EDT (Tue, 13 Jul 2010)
@@ -38,6 +38,7 @@
         typedef typename make_unsigned<T>::type unsigned_type;
         BOOST_STATIC_CONSTANT(T, val = (~(mpl::shift_right<
             integral_constant<
+                unsigned_type,
                 ~( unsigned_type(0) )
             >,
             mpl::size_t<Width>