Update of /cvsroot/boost/boost/libs/xpressive/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13025/libs/xpressive/test

Modified Files:
        test_actions.cpp 
Log Message:
more efficient actions

Index: test_actions.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/test/test_actions.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- test_actions.cpp    30 Mar 2007 05:44:26 -0000      1.7
+++ test_actions.cpp    31 Mar 2007 00:55:48 -0000      1.8
@@ -145,7 +145,7 @@
     using namespace boost::xpressive;
 
     // test for "local" variables.
-    local<int> left = 0, right = 0;
+    local<int> left, right;
 
     // test for reference<> to an existing variable
     std::stack<int> stack_;


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