Update of /cvsroot/boost/boost/boost/fusion/sequence/container/list
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5882/boost/fusion/sequence/container/list

Modified Files:
        cons.hpp 
Log Message:
prelude to iterator_facade and sequence_facade

Index: cons.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/fusion/sequence/container/list/cons.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cons.hpp    22 Sep 2006 06:31:17 -0000      1.5
+++ cons.hpp    25 Sep 2006 08:36:33 -0000      1.6
@@ -30,7 +30,7 @@
 {
     struct void_;
     struct cons_tag;
-    struct forward_sequence_tag;
+    struct forward_traversal_tag;
     struct fusion_sequence_tag;
 
     struct nil : sequence_base<nil>
@@ -39,7 +39,7 @@
         typedef cons_tag fusion_tag;
         typedef fusion_sequence_tag tag; // this gets picked up by MPL
         typedef mpl::false_ is_view;
-        typedef forward_sequence_tag category;
+        typedef forward_traversal_tag category;
         typedef void_ car_type;
         typedef void_ cdr_type;
 
@@ -62,7 +62,7 @@
         typedef cons_tag fusion_tag;
         typedef fusion_sequence_tag tag; // this gets picked up by MPL
         typedef mpl::false_ is_view;
-        typedef forward_sequence_tag category;
+        typedef forward_traversal_tag category;
         typedef Car car_type;
         typedef Cdr cdr_type;
 


-------------------------------------------------------------------------
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