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

Modified Files:
        alternate_matcher.hpp keeper_matcher.hpp lookahead_matcher.hpp 
Log Message:
faster, better use_simple_repeat<> trait

Index: alternate_matcher.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/alternate_matcher.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- alternate_matcher.hpp       17 Apr 2007 05:02:34 -0000      1.8
+++ alternate_matcher.hpp       31 May 2007 18:51:51 -0000      1.9
@@ -26,8 +26,6 @@
 #include <boost/xpressive/detail/detail_fwd.hpp>
 #include <boost/xpressive/detail/core/quant_style.hpp>
 #include <boost/xpressive/detail/core/state.hpp>
-#include <boost/xpressive/detail/static/width_of.hpp>
-#include <boost/xpressive/detail/static/is_pure.hpp>
 #include <boost/xpressive/detail/dynamic/matchable.hpp>
 #include <boost/xpressive/detail/utility/hash_peek_bitset.hpp>
 #include <boost/xpressive/detail/utility/algorithm.hpp>

Index: keeper_matcher.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/keeper_matcher.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- keeper_matcher.hpp  17 Apr 2007 05:02:35 -0000      1.5
+++ keeper_matcher.hpp  31 May 2007 18:51:51 -0000      1.6
@@ -17,7 +17,6 @@
 #include <boost/xpressive/detail/detail_fwd.hpp>
 #include <boost/xpressive/detail/core/quant_style.hpp>
 #include <boost/xpressive/detail/core/state.hpp>
-#include <boost/xpressive/detail/static/is_pure.hpp>
 
 namespace boost { namespace xpressive { namespace detail
 {

Index: lookahead_matcher.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lookahead_matcher.hpp       17 Apr 2007 05:02:35 -0000      1.9
+++ lookahead_matcher.hpp       31 May 2007 18:51:51 -0000      1.10
@@ -18,7 +18,6 @@
 #include <boost/xpressive/detail/detail_fwd.hpp>
 #include <boost/xpressive/detail/core/quant_style.hpp>
 #include <boost/xpressive/detail/core/state.hpp>
-#include <boost/xpressive/detail/static/is_pure.hpp>
 #include <boost/xpressive/detail/utility/save_restore.hpp>
 #include <boost/xpressive/detail/utility/ignore_unused.hpp>
 


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