Update of /cvsroot/boost/boost/libs/spirit/phoenix/test/scope
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22686/scope
Modified Files:
Tag: SPIRIT_RC_1_8_5
let_tests.cpp
Log Message:
fixes dangling reference
Index: let_tests.cpp
===================================================================
RCS file:
/cvsroot/boost/boost/libs/spirit/phoenix/test/scope/Attic/let_tests.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- let_tests.cpp 11 Oct 2006 09:46:23 -0000 1.1.2.1
+++ let_tests.cpp 3 Feb 2007 14:28:44 -0000 1.1.2.2
@@ -95,7 +95,7 @@
BOOST_TEST(
let(_x = val(_1)) // _x holds x by value
[
- _x += 888
+ val(_x += 888)
]
(x) == x + 888
);
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs