Update of /cvsroot/boost/boost/boost/xpressive/detail/core/matcher
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30530/detail/core/matcher
Modified Files:
alternate_end_matcher.hpp repeat_end_matcher.hpp
Log Message:
grammar tweaks, misc clean-up
Index: alternate_end_matcher.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- alternate_end_matcher.hpp 26 Nov 2005 17:12:25 -0000 1.3
+++ alternate_end_matcher.hpp 19 Nov 2006 21:15:17 -0000 1.4
@@ -28,7 +28,7 @@
struct alternate_end_matcher
: quant_style_assertion
{
- mutable xpression_base const *back_;
+ mutable void const *back_;
alternate_end_matcher()
: back_(0)
Index: repeat_end_matcher.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- repeat_end_matcher.hpp 17 Apr 2006 19:36:52 -0000 1.3
+++ repeat_end_matcher.hpp 19 Nov 2006 21:15:17 -0000 1.4
@@ -31,7 +31,7 @@
typedef mpl::bool_<Greedy> greedy_type;
int mark_number_;
unsigned int min_, max_;
- mutable xpression_base const *back_;
+ mutable void const *back_;
repeat_end_matcher(int mark_number, unsigned int min, unsigned int max)
: mark_number_(mark_number)
-------------------------------------------------------------------------
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