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

Modified Files:
        funop.hpp 
Log Message:
rename proto::ref<> to proto::ref_<> to avoid gcc ADL weirdness with 
boost::ref() and friends

Index: funop.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/detail/funop.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- funop.hpp   5 Apr 2007 20:49:11 -0000       1.7
+++ funop.hpp   30 Apr 2007 23:07:18 -0000      1.8
@@ -16,7 +16,7 @@
     typedef expr<
         tag::function
       , BOOST_PP_CAT(args, BOOST_PP_INC(BOOST_PP_ITERATION()))<
-            ref<Expr>
+            ref_<Expr>
             BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(
                 BOOST_PP_ITERATION()
               , typename result_of::as_arg<A


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to