Update of /cvsroot/boost/boost/boost/xpressive/proto/detail
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16155/boost/xpressive/proto/detail

Modified Files:
        funop.hpp 
Log Message:
as_arg and as_expr are const-sensitive

Index: funop.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/detail/funop.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- funop.hpp   3 Feb 2007 00:14:33 -0000       1.3
+++ funop.hpp   3 Feb 2007 09:04:30 -0000       1.4
@@ -27,7 +27,7 @@
 
     static type const call(
         Expr const &expr
-        BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(BOOST_PP_ITERATION(), A, const &a)
+        BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(BOOST_PP_ITERATION(), A, &a)
     )
     {
         type that = {


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