Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64484 - in sandbox/SOC/2010/bit_masks: . lib/integer/test/bft_testing/compile_pass
From: bbartmanboost_at_[hidden]
Date: 2010-07-30 14:41:17


Author: bbartman
Date: 2010-07-30 14:41:16 EDT (Fri, 30 Jul 2010)
New Revision: 64484
URL: http://svn.boost.org/trac/boost/changeset/64484

Log:
updated tests for the bitfield_tuple and moving interfaces parts into the interface section.
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_pass/fusion_includes.cpp | 2 +-
   sandbox/SOC/2010/bit_masks/notes.txt | 11 -----------
   2 files changed, 1 insertions(+), 12 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_pass/fusion_includes.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_pass/fusion_includes.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_pass/fusion_includes.cpp 2010-07-30 14:41:16 EDT (Fri, 30 Jul 2010)
@@ -10,6 +10,6 @@
 using namespace boost::bitfields;
 
 // Testing to see if the include paths work correctly.
-#include <boost/integer/detail/bft/ext/bitfield_tuple_fusion_includes.hpp>
+#include <boost/integer/bitfield_tuple/ext/bitfield_tuple_fusion_includes.hpp>
 
 int main() { return 0; }

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-30 14:41:16 EDT (Fri, 30 Jul 2010)
@@ -7,17 +7,6 @@
 -> 6) consider renaming member to field or bitfield
 -> 7) Consider moving everything from bitfield_tuple into its own library.
 
-8) begin relocating all parts of the interface into the bitfield_tuple file.
- Things which I know need to eventually move.
- I ) Fusion extension .
- A) Basically the entire ext directory.
- II ) make_bitfield_tuple
- A) relocate the single macro which actually generates all of the
- functions into its own file.
- B) Rename the file which previously held the make_bitfield_tuple into
- make_bitfield_tuple_impl
-
-
 9) Create a VIEW version of the bitfield_tuple.
 --------------------------------------------------------------------------------
 List of TODO's throughout the bitfield_tuple


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