Update of /cvsroot/boost/boost/boost/spirit/utility/impl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32509

Modified Files:
      Tag: SPIRIT_1_6
        regex.ipp 
Log Message:
Updated to modified Boost.Regex API

Index: regex.ipp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/utility/impl/regex.ipp,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -u -d -r1.6.2.5 -r1.6.2.6
--- regex.ipp   28 Mar 2006 20:45:37 -0000      1.6.2.5
+++ regex.ipp   26 Feb 2007 23:47:55 -0000      1.6.2.6
@@ -63,7 +63,7 @@
     }
 
 private:
-    boost::reg_expression<CharT> rxstr;    // regular expression to match
+    boost::reg_expression<CharT, boost::regex_traits<CharT> > rxstr;    // 
regular expression to match
 };
 
 }   // namespace impl


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