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

Modified Files:
        funop.hpp 
Log Message:
rename as_expr_ref to as_arg

Index: funop.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/detail/funop.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- funop.hpp   31 Jan 2007 08:39:08 -0000      1.1
+++ funop.hpp   2 Feb 2007 22:11:25 -0000       1.2
@@ -19,7 +19,7 @@
             ref<Expr>
             BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(
                 BOOST_PP_ITERATION()
-              , typename meta::as_expr_ref<A
+              , typename meta::as_arg<A
               , >::type BOOST_PP_INTERCEPT
             )
         >
@@ -30,7 +30,10 @@
         BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(BOOST_PP_ITERATION(), A, const &a)
     )
     {
-        type that = {{expr} BOOST_PP_ENUM_TRAILING(BOOST_PP_ITERATION(), 
BOOST_PROTO_AS_OP, _)};
+        type that = {
+            {expr} 
+            BOOST_PP_ENUM_TRAILING(BOOST_PP_ITERATION(), BOOST_PROTO_AS_OP, _)
+        };
         return 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