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

Modified Files:
        toy_spirit.cpp 
Log Message:
tighten up lambda_matches logic, work around gcc template template parameter bug

Index: toy_spirit.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/test/toy_spirit.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- toy_spirit.cpp      8 Jan 2007 23:45:54 -0000       1.2
+++ toy_spirit.cpp      31 Jan 2007 20:18:13 -0000      1.3
@@ -58,7 +58,7 @@
     {};
 
     struct StdStringLiteral
-      : proto::meta::terminal<std::string const &> // the const & is to work 
around a GCC bug
+      : proto::meta::terminal<std::string>
     {};
 
     struct CharParser


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

Reply via email to