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

Modified Files:
        action_matcher.hpp 
Log Message:
regex_actions.hpp gets first(), second(), length(), str() and construct()

Index: action_matcher.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/action_matcher.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- action_matcher.hpp  24 Mar 2007 10:07:30 -0000      1.8
+++ action_matcher.hpp  24 Mar 2007 18:29:06 -0000      1.9
@@ -128,9 +128,9 @@
     //
     struct BindActionArgs
       : proto::or_<
-            subreg_transform< proto::terminal<detail::any_matcher> >
-          , mark_transform< detail::mark_tag >
-          , action_arg_transform< proto::terminal< action_arg<proto::_, 
proto::_> > >
+            subreg_transform<proto::terminal<detail::any_matcher> >
+          , mark_transform<proto::terminal<detail::mark_placeholder> >
+          , action_arg_transform<proto::terminal<action_arg<proto::_, 
proto::_> > >
           , proto::terminal<proto::_>
           , proto::nary_expr<proto::_, proto::vararg<BindActionArgs> >
         >


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