Update of /cvsroot/boost/boost/boost/xpressive/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20098/detail

Modified Files:
        detail_fwd.hpp 
Log Message:
experimental xpressive actions

Index: detail_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/detail_fwd.hpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- detail_fwd.hpp      18 Mar 2007 00:29:11 -0000      1.17
+++ detail_fwd.hpp      22 Mar 2007 17:37:16 -0000      1.18
@@ -127,7 +127,7 @@
     template<typename Traits, bool ICase>
     struct string_matcher;
 
-    template<typename Action>
+    template<typename Actor>
     struct action_matcher;
 
     template<typename Xpr, bool Greedy>
@@ -282,7 +282,10 @@
     template<typename BidiIter>
     struct sub_match_vector;
 
-    struct action_state;
+    //struct action_state;
+
+    template<typename BidiIter>
+    struct actionable;
 
     template<typename Char>
     struct traits;


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