$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63851 - sandbox/SOC/2010/bit_masks/boost/integer/detail/bft
From: bbartmanboost_at_[hidden]
Date: 2010-07-11 08:31:29
Author: bbartman
Date: 2010-07-11 08:31:29 EDT (Sun, 11 Jul 2010)
New Revision: 63851
URL: http://svn.boost.org/trac/boost/changeset/63851
Log:
working on fixing an msvc issue just working on linux because its easier to read in linux
Text files modified: 
   sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp	(original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp	2010-07-11 08:31:29 EDT (Sun, 11 Jul 2010)
@@ -47,7 +47,7 @@
     typedef typename bft_create_param_fix_return_type<element_type>::type type;
 };
 
-typedef ::boost::bitfield_tuple<> fixer_tuple;
+typedef ::boost::bitfield_tuple< bitfield::storage<int> > fixer_tuple;
 
 /** Used for fixing an inadequacy in MSVC9 which causes my make_bitfield_tuple
  *  function template parameters not to be instantiated unless they are