Update of /cvsroot/boost/boost/libs/fusion
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27190

Modified Files:
        todo.txt 
Log Message:
mo' to do


Index: todo.txt
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/todo.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- todo.txt    20 Mar 2007 23:43:06 -0000      1.5
+++ todo.txt    21 Mar 2007 19:31:13 -0000      1.6
@@ -20,6 +20,9 @@
   -- shall we consider container-type preserving variations of the
   functions/algorithms?
 
+  How about making joint_view Concept preserving? This way push/pop/front/back
+  will return a view of the same Concept. - tosh
+
 * map_tie is implemented. It seems not yet documented?
 
 * multi_set, multi_map?
@@ -67,6 +70,26 @@
 * Why do we need to set FUSION_MAX_VECTOR_SIZE when we set
   FUSION_MAX_MAP_SIZE?
 
+tosh:
+
+* Document Incrementable / Single Pass Concepts
+* Provide infinity-aware default implementation for Incrementable Sequences
+
+  Thoughts: It would probably be cleaner to have infinity conceptually
+  orthogonal so there can be infinite Bidi/RA/Assoc Sequences. 
+  OTOH it complicates things in way that might not be worth it...
+
+* Document new Concept-preserving semantics of iterator_range
+* Document forgotten Concept preserving semantics of zip_view
+
+* Implement always_view/always with repetitive_view<single_view<T> > 
+  semantics - using repetitive_view will for this purpose will be way
+  too much overhead.
+
+? Functional wrappers for intrinsics/algorithms.
+
+* Rewrite functional benchmark
+ 
 ==========================================================
 
 From the fusion review (please mark all done items):


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to