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

Modified Files:
        funop.hpp 
Log Message:
extended proto terminals can be stored by non-const-ref; unref(), arg() and 
friends respect constness

Index: funop.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/detail/funop.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- funop.hpp   3 Feb 2007 09:04:30 -0000       1.4
+++ funop.hpp   13 Feb 2007 21:57:22 -0000      1.5
@@ -16,7 +16,7 @@
     typedef expr<
         tag::function
       , BOOST_PP_CAT(args, BOOST_PP_INC(BOOST_PP_ITERATION()))<
-            ref<Expr>
+            ref<Expr const>
             BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(
                 BOOST_PP_ITERATION()
               , typename result_of::as_arg<A


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