Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61908 - sandbox/SOC/2010/bit_masks
From: bbartmanboost_at_[hidden]
Date: 2010-05-11 09:47:16


Author: bbartman
Date: 2010-05-11 09:47:15 EDT (Tue, 11 May 2010)
New Revision: 61908
URL: http://svn.boost.org/trac/boost/changeset/61908

Log:
writing out notes for project so I can organize my ideas in to something to show to my mentors.
Text files modified:
   sandbox/SOC/2010/bit_masks/notes.txt | 8 ++++++++
   1 files changed, 8 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/notes.txt
==============================================================================
--- sandbox/SOC/2010/bit_masks/notes.txt (original)
+++ sandbox/SOC/2010/bit_masks/notes.txt 2010-05-11 09:47:15 EDT (Tue, 11 May 2010)
@@ -104,5 +104,13 @@
 
 
 
+NOTE for future Developement:
+Making Dynamic Bit masks instead of static.
+Possibly making this into a meta function instead of using this by itself.
 
 
+
+For the bit_mask tuple look at the interface used inside the stl's tuple
+that is the goal for that psudo-data structure (psudo-data structure as it isn't
+really intended to be instanced and doesn't store any actual data, just ICEs
+(Integral Constant Expressions NOT Internal Compiler Errors.)).


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