Update of /cvsroot/boost/boost/boost/xpressive/detail/static
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28127/detail/static
Modified Files:
grammar.hpp
Log Message:
conditional transform is BS. remove it. proto::if_ does it all.
Index: grammar.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/static/grammar.hpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- grammar.hpp 16 Jun 2007 05:46:15 -0000 1.24
+++ grammar.hpp 19 Jun 2007 06:03:25 -0000 1.25
@@ -74,7 +74,7 @@
// as_repeat
template<typename Char, typename Tag, bool Greedy>
struct as_repeat
- : proto::transform::conditional<
+ : proto::if_<
use_simple_repeat<proto::result_of::arg<mpl::_>, Char>
, as_simple_quantifier<proto::unary_expr<Tag, Grammar<Char> >,
Greedy>
, as_default_quantifier<proto::unary_expr<Tag, Grammar<Char> >,
Greedy>
-------------------------------------------------------------------------
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