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

Modified Files:
        detail_fwd.hpp 
Log Message:
misc clean-up

Index: detail_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/detail_fwd.hpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- detail_fwd.hpp      3 Apr 2007 06:32:17 -0000       1.21
+++ detail_fwd.hpp      17 Apr 2007 05:02:33 -0000      1.22
@@ -216,10 +216,8 @@
 
     struct seq_tag;
 
-    template<bool Positive>
     struct lookahead_tag;
 
-    template<bool Positive>
     struct lookbehind_tag;
 
     struct keeper_tag;
@@ -241,7 +239,7 @@
     struct core_access;
 
     template<typename BidiIter>
-    struct state_type;
+    struct match_state;
 
     template<typename BidiIter>
     struct matchable;
@@ -304,7 +302,7 @@
     struct traits;
 
     template<typename Traits, typename BidiIter>
-    Traits const &traits_cast(state_type<BidiIter> const &state);
+    Traits const &traits_cast(match_state<BidiIter> const &state);
 
     template<typename Char>
     struct basic_chset;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to