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

Modified Files:
        parser_traits.hpp 
Log Message:
use regex_compiler::operator[] to register named regexes, so a dynamic regex 
can invoke a static one

Index: parser_traits.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/dynamic/parser_traits.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- parser_traits.hpp   5 Mar 2007 02:56:28 -0000       1.6
+++ parser_traits.hpp   13 Mar 2007 06:41:51 -0000      1.7
@@ -214,7 +214,7 @@
 
     ///////////////////////////////////////////////////////////////////////////
     // get_group_type
-    regex_constants::compiler_token_type get_group_type(iterator_type &begin, 
iterator_type end, std::string &name)
+    regex_constants::compiler_token_type get_group_type(iterator_type &begin, 
iterator_type end, string_type &name)
     {
         using namespace regex_constants;
         if(this->eat_ws_(begin, end) != end && BOOST_XPR_CHAR_(char_type, '?') 
== *begin)


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