Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63041 - in sandbox/SOC/2010/bit_masks/boost/integer: . details/bft/ext
From: bbartmanboost_at_[hidden]
Date: 2010-06-17 12:08:01


Author: bbartman
Date: 2010-06-17 12:08:01 EDT (Thu, 17 Jun 2010)
New Revision: 63041
URL: http://svn.boost.org/trac/boost/changeset/63041

Log:
adding header file to manage the included directories for the fusion extension
Added:
   sandbox/SOC/2010/bit_masks/boost/integer/fusion_ext_includes.hpp (contents, props changed)
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_iterator.hpp | 5 +----
   1 files changed, 1 insertions(+), 4 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_iterator.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_iterator.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/bitfield_iterator.hpp 2010-06-17 12:08:01 EDT (Thu, 17 Jun 2010)
@@ -14,10 +14,7 @@
 #include <boost/type_traits/is_const.hpp>
 #include <boost/fusion/iterator/iterator_facade.hpp>
 #include <boost/mpl/void.hpp>
-#include <boost/fusion/iterator/value_of.hpp>
-#include <boost/fusion/include/value_of.hpp>
-#include <boost/fusion/iterator/deref.hpp>
-#include <boost/fusion/include/deref.hpp>
+
 
 
 

Added: sandbox/SOC/2010/bit_masks/boost/integer/fusion_ext_includes.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