Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64470 - in sandbox/SOC/2010/bit_masks: . lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-30 12:14:56


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

Log:
updating notes and adding a comment to one of my test files
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp | 3 +++
   sandbox/SOC/2010/bit_masks/notes.txt | 8 --------
   2 files changed, 3 insertions(+), 8 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp 2010-07-30 12:14:55 EDT (Fri, 30 Jul 2010)
@@ -17,6 +17,9 @@
 struct b1;
 struct b2;
 
+
+// Most of the testing of this is done inside of pointer test because
+// the are both based on the exact same code.
 int main() {
     {
         typedef bitfield_tuple<

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 12:14:55 EDT (Fri, 30 Jul 2010)
@@ -1,9 +1,6 @@
 TODO From Email Responses
 --------------------------------------------------------------------------------
 
-1) create element metafunction for returning the return type of a field.
-2) Create a get free function which takes a bitfield_tuple.
-
 5) Documentation for align -
     "Ensures the offset of the next bit field is divisible by the supplied value."
 
@@ -61,9 +58,6 @@
 18) bitfield_tuple_test.hpp
 19) align_test.cpp
 
-
-
-
 9) make_bft_testing.cpp
     c) This may need additional test to make sure that the macros are correctly
         generating the code for the correct number of valid parameters.
@@ -76,8 +70,6 @@
                         TO BE ADDED TO TESTS SECTION
     Test which need to be created as a result of modifications or additions!
 --------------------------------------------------------------------------------
-
-8) Create test for get_free_function.
 --------------------------------------------------------------------------------
 
 


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