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

Modified Files:
        regex_primitives.hpp 
Log Message:
as_expr and as_arg take optional Domain template parameter

Index: regex_primitives.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/regex_primitives.hpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- regex_primitives.hpp        24 May 2007 23:25:40 -0000      1.33
+++ regex_primitives.hpp        25 May 2007 22:23:54 -0000      1.34
@@ -433,7 +433,7 @@
 }
 #else
 // Re-use proto's as_expr function object as xpressive's as_xpr() function.
-proto::functional::as_expr const as_xpr = {};
+proto::functional::as_expr<> const as_xpr = {};
 #endif
 
 ///////////////////////////////////////////////////////////////////////////////


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