$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64388 - in sandbox/SOC/2010/bit_masks: . boost/integer boost/integer/bitfield_tuple
From: bbartmanboost_at_[hidden]
Date: 2010-07-27 12:20:34
Author: bbartman
Date: 2010-07-27 12:20:32 EDT (Tue, 27 Jul 2010)
New Revision: 64388
URL: http://svn.boost.org/trac/boost/changeset/64388
Log:
working on adding slight interface adjustments suggested to me on list
Added:
   sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple/get_free_funciton.hpp   (contents, props changed)
Text files modified: 
   sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp |     3 ++-                                     
   sandbox/SOC/2010/bit_masks/notes.txt                        |     2 +-                                      
   2 files changed, 3 insertions(+), 2 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-07-27 12:20:32 EDT (Tue, 27 Jul 2010)
@@ -30,7 +30,8 @@
 #include <boost/integer/detail/fusion_ext_includes.hpp>
 #include <boost/integer/detail/bft/make_bitfield_tuple.hpp>
 #include <boost/integer/detail/bft/proxy_reference_policy.hpp>
-
+#include <boost/integer/bitfield_tuple/element.hpp>
+#include <boost/integer/bitfield_tuple/get_free_function.hpp>
 
 
 namespace boost {
Added: sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple/get_free_funciton.hpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple/get_free_funciton.hpp	2010-07-27 12:20:32 EDT (Tue, 27 Jul 2010)
@@ -0,0 +1,19 @@
+//  Copyright 2010 Brian Bartman.
+//  Distributed under the Boost Software License, Version 1.0.
+//  (See accompanying file LICENSE_1_0.txt or copy at 
+//  http://www.boost.org/LICENSE_1_0.txt)
+
+
+#ifndef BOOST_BITFIELD_TUPLE_GET_FREE_FUNCTION_HPP
+#define BOOST_BITFIELD_TUPLE_GET_FREE_FUNCTION_HPP
+#include <cstddef>
+
+
+namespace boost {
+namespace bitfields {
+
+// template <std::size_t Index, typename BitfieldTuple>
+// 
+}} // boost::bitfields
+
+#endif
Modified: sandbox/SOC/2010/bit_masks/notes.txt
==============================================================================
--- sandbox/SOC/2010/bit_masks/notes.txt	(original)
+++ sandbox/SOC/2010/bit_masks/notes.txt	2010-07-27 12:20:32 EDT (Tue, 27 Jul 2010)
@@ -10,7 +10,7 @@
 "Ensures the offset of the next bit field is divisible by the supplied value."
 
 -> 6) consider renaming member to field or bitfield
-
+7) Move bitfield_tuple into namespace bitfields.
 
 --------------------------------------------------------------------------------
 List of TODO's throughout the bitfield_tuple