|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63043 - in sandbox/SOC/2010/bit_masks: boost/integer boost/integer/details lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-06-17 12:11:19
Author: bbartman
Date: 2010-06-17 12:11:19 EDT (Thu, 17 Jun 2010)
New Revision: 63043
URL: http://svn.boost.org/trac/boost/changeset/63043
Log:
implementation for deref is completed
Added:
sandbox/SOC/2010/bit_masks/boost/integer/details/fusion_ext_includes.hpp
- copied, changed from r63041, /sandbox/SOC/2010/bit_masks/boost/integer/fusion_ext_includes.hpp
Removed:
sandbox/SOC/2010/bit_masks/boost/integer/fusion_ext_includes.hpp
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/details/fusion_ext_includes.hpp | 10 ++++++++++
sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/fusion_integration_testing.cpp | 1 +
2 files changed, 11 insertions(+), 0 deletions(-)
Copied: sandbox/SOC/2010/bit_masks/boost/integer/details/fusion_ext_includes.hpp (from r63041, /sandbox/SOC/2010/bit_masks/boost/integer/fusion_ext_includes.hpp)
==============================================================================
--- /sandbox/SOC/2010/bit_masks/boost/integer/fusion_ext_includes.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/fusion_ext_includes.hpp 2010-06-17 12:11:19 EDT (Thu, 17 Jun 2010)
@@ -0,0 +1,10 @@
+// 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_FUSION_EXT_INCLUDES_HPP
+#define BOOST_BITFIELD_FUSION_EXT_INCLUDES_HPP
+#include <boost/fusion/iterator/value_of.hpp>
+#include <boost/fusion/iterator/deref.hpp>
+#endif
Deleted: sandbox/SOC/2010/bit_masks/boost/integer/fusion_ext_includes.hpp
==============================================================================
Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/fusion_integration_testing.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/fusion_integration_testing.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/fusion_integration_testing.cpp 2010-06-17 12:11:19 EDT (Thu, 17 Jun 2010)
@@ -7,6 +7,7 @@
#include <boost/integer/bitfield_tuple.hpp>
#include <boost/assert.hpp>
#include <boost/mpl/assert.hpp>
+#include <boost/integer/details/fusion_ext_includes.hpp>
using namespace boost;
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