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

Modified Files:
        action_matcher.hpp 
Log Message:
lazy binding works with native arrays, defer result_of evaluation in 
proto::context<>

Index: action_matcher.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/action_matcher.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- action_matcher.hpp  24 Mar 2007 18:29:06 -0000      1.9
+++ action_matcher.hpp  24 Mar 2007 21:50:23 -0000      1.10
@@ -106,8 +106,8 @@
         struct apply
         {
             typedef typename proto::result_of::arg<Expr>::type action_arg_type;
-            typedef typename action_arg_type::type arg_type;
-            typedef typename proto::terminal<arg_type &>::type type;
+            typedef typename action_arg_type::reference arg_type;
+            typedef typename proto::terminal<arg_type>::type type;
         };
         
         template<typename Expr, typename State, typename Visitor>


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