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

Modified Files:
        matchable.hpp 
Log Message:
grammar tweaks, misc clean-up

Index: matchable.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/dynamic/matchable.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- matchable.hpp       29 Oct 2006 06:14:41 -0000      1.6
+++ matchable.hpp       19 Nov 2006 21:15:17 -0000      1.7
@@ -88,12 +88,12 @@
         return this->match(state);
     }
 
-    static bool top_match(state_type<BidiIter> &state, xpression_base const 
*top)
+    static bool top_match(state_type<BidiIter> &state, void const *top)
     {
         return static_cast<matchable_ex<BidiIter> const *>(top)->match(state);
     }
 
-    static bool pop_match(state_type<BidiIter> &state, xpression_base const 
*top)
+    static bool pop_match(state_type<BidiIter> &state, void const *top)
     {
         return static_cast<matchable_ex<BidiIter> const *>(top)->match(state);
     }


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