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

Modified Files:
        sequence.hpp 
Log Message:
faster, better use_simple_repeat<> trait

Index: sequence.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/dynamic/sequence.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sequence.hpp        17 Apr 2006 19:36:52 -0000      1.2
+++ sequence.hpp        31 May 2007 18:51:51 -0000      1.3
@@ -41,7 +41,7 @@
     sequence(intrusive_ptr<dynamic_xpression<Matcher, BidiIter> > const &xpr)
       : pure_(Matcher::pure)
       , width_(xpr->Matcher::get_width())
-      , quant_(Matcher::quant)
+      , quant_(static_cast<quant_enum>(Matcher::quant))
       , head_(xpr)
       , tail_(&xpr->next_)
       , alt_end_xpr_()


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