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

Modified Files:
        xpressive_fwd.hpp 
Log Message:
add ssub_match typedef and friends, fixed doxygen comments

Index: xpressive_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/xpressive_fwd.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- xpressive_fwd.hpp   18 Mar 2007 00:29:11 -0000      1.13
+++ xpressive_fwd.hpp   3 Jun 2007 02:23:49 -0000       1.14
@@ -134,6 +134,14 @@
     typedef basic_regex<wchar_t const *>                            wcregex;
     #endif
 
+    typedef sub_match<std::string::const_iterator>                  ssub_match;
+    typedef sub_match<char const *>                                 csub_match;
+
+    #ifndef BOOST_XPRESSIVE_NO_WREGEX
+    typedef sub_match<std::wstring::const_iterator>                 
wssub_match;
+    typedef sub_match<wchar_t const *>                              
wcsub_match;
+    #endif
+
     typedef regex_compiler<std::string::const_iterator>             
sregex_compiler;
     typedef regex_compiler<char const *>                            
cregex_compiler;
 


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