Update of /cvsroot/boost/boost/boost/xpressive/detail/static/transforms
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28762/boost/xpressive/detail/static/transforms

Modified Files:
        transform.hpp 
Log Message:
add proto::not_ and proto::switch_, clean up xpressive's use_simple_repeat

Index: transform.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/static/transforms/transform.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- transform.hpp       6 Apr 2007 05:31:43 -0000       1.9
+++ transform.hpp       6 Apr 2007 21:03:08 -0000       1.10
@@ -72,12 +72,7 @@
         >
     {};
 
-    typedef
-        use_simple_repeat<
-            proto::result_of::arg<mpl::_>
-          , proto::tag_of<proto::result_of::arg<mpl::_> >
-        >
-    UseSimpleRepeat;
+    typedef use_simple_repeat<proto::result_of::arg<mpl::_> > UseSimpleRepeat;
 
     struct SimpleGreedyQuantifier
       : proto::and_<


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