Update of /cvsroot/boost/boost/boost/xpressive/detail/core/matcher
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15702/boost/xpressive/detail/core/matcher
Modified Files:
action_matcher.hpp
Log Message:
redesign eval() and context to avoid premature return type calculation errors
Index: action_matcher.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/action_matcher.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- action_matcher.hpp 24 Mar 2007 21:50:23 -0000 1.10
+++ action_matcher.hpp 26 Mar 2007 06:06:25 -0000 1.11
@@ -39,7 +39,7 @@
virtual void execute() const
{
- proto::context<> ctx;
+ proto::default_context ctx;
this->actor_.eval(ctx);
}
-------------------------------------------------------------------------
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