$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62691 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-06-09 16:34:25
Author: bbartman
Date: 2010-06-09 16:34:25 EDT (Wed, 09 Jun 2010)
New Revision: 62691
URL: http://svn.boost.org/trac/boost/changeset/62691
Log:
working on implementing preconditions and interface for bitfield_tuple
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp 2010-06-09 16:34:25 EDT (Wed, 09 Jun 2010)
@@ -18,7 +18,7 @@
#include <boost/type_traits.hpp>
#include <boost/static_assert.hpp>
#include <boost/mpl/if.hpp>
-
+#include <boost/utility/enable_if.hpp>
namespace boost {
namespace details {
@@ -246,6 +246,8 @@
>=
processed_args::offset::value
));
+
+
};