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

Modified Files:
        regex_primitives.hpp 
Log Message:
add an .eval() member function to the expr<> struct

Index: regex_primitives.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/regex_primitives.hpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- regex_primitives.hpp        5 Dec 2006 05:31:34 -0000       1.17
+++ regex_primitives.hpp        8 Dec 2006 22:24:24 -0000       1.18
@@ -681,7 +681,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 /// \brief For checking if an expression matches xpressive's grammar
 ///
-/// check can be used to see if a given expression is a valid narrow
+/// check() can be used to see if a given expression is a valid narrow
 /// xpressive regular expression. If it is, it will simply return it.
 /// If it isn't, it will cause a simple and short compile-time error.
 /// You may use it as follows:
@@ -691,7 +691,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 /// \brief For checking if an expression matches xpressive's grammar
 ///
-/// check can be used to see if a given expression is a valid wide
+/// wcheck() can be used to see if a given expression is a valid wide
 /// xpressive regular expression. If it is, it will simply return it.
 /// If it isn't, it will cause a simple and short compile-time error.
 /// You may use it as follows:


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