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

Modified Files:
        state.hpp 
Log Message:
changes required by gcc-4.3 and ConceptGCC

Index: state.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/core/state.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- state.hpp   17 Apr 2007 05:02:33 -0000      1.13
+++ state.hpp   28 Apr 2007 01:42:16 -0000      1.14
@@ -92,13 +92,13 @@
 {
     typedef BidiIter iterator;
     typedef core_access<BidiIter> access;
-    typedef match_context<BidiIter> match_context;
-    typedef results_extras<BidiIter> results_extras;
-    typedef regex_impl<BidiIter> regex_impl;
-    typedef matchable<BidiIter> matchable;
-    typedef match_results<BidiIter> match_results;
-    typedef sub_match_impl<BidiIter> sub_match_impl;
-    typedef actionable<BidiIter> actionable;
+    typedef detail::match_context<BidiIter> match_context;
+    typedef detail::results_extras<BidiIter> results_extras;
+    typedef detail::regex_impl<BidiIter> regex_impl;
+    typedef detail::matchable<BidiIter> matchable;
+    typedef xpressive::match_results<BidiIter> match_results;
+    typedef detail::sub_match_impl<BidiIter> sub_match_impl;
+    typedef detail::actionable<BidiIter> actionable;
 
     BidiIter cur_;
     sub_match_impl *sub_matches_;


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