Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62979 - in sandbox/SOC/2010/bit_masks/boost/integer: . details/bft/ext details/bft/ext/fusion
From: bbartmanboost_at_[hidden]
Date: 2010-06-15 11:50:20


Author: bbartman
Date: 2010-06-15 11:50:19 EDT (Tue, 15 Jun 2010)
New Revision: 62979
URL: http://svn.boost.org/trac/boost/changeset/62979

Log:
added associative sequence implementation header files
Added:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/at_key_impl.hpp (contents, props changed)
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/has_key_impl.hpp (contents, props changed)
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_key_impl.hpp (contents, props changed)
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 2 +-
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_tuple_fusion_includes.hpp | 13 +++++++++++++
   2 files changed, 14 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-15 11:50:19 EDT (Tue, 15 Jun 2010)
@@ -17,7 +17,7 @@
 #include <boost/mpl/less.hpp>
 #include <boost/mpl/size.hpp>
 #include <string>
-
+#include <boost/integer/details/bft/ext/bitfield_tuple_fusion_includes.hpp>
 
 
 namespace boost {

Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_tuple_fusion_includes.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_tuple_fusion_includes.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_tuple_fusion_includes.hpp 2010-06-15 11:50:19 EDT (Tue, 15 Jun 2010)
@@ -0,0 +1,13 @@
+// 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_FUSION_INCLUDES_HPP
+#define BOOST_BITFIELD_TUPLE_FUSION_INCLUDES_HPP
+
+
+
+#endif
+

Added: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/at_key_impl.hpp
==============================================================================

Added: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/has_key_impl.hpp
==============================================================================

Added: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_key_impl.hpp
==============================================================================


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk