Update of /cvsroot/boost/boost/boost/fusion/functional/invocation
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3955

Modified Files:
        invoke.hpp 
Log Message:
qualifies lookup of type traits names


Index: invoke.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/fusion/functional/invocation/invoke.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- invoke.hpp  13 Jul 2007 16:29:45 -0000      1.3
+++ invoke.hpp  17 Jul 2007 21:44:36 -0000      1.4
@@ -127,8 +127,8 @@
 
             typedef typename result_of::front<Sequence>::type that;
 
-            typedef mpl::or_< is_convertible<that,C*>,
-                              is_convertible<that,C&>,
+            typedef mpl::or_< boost::is_convertible<that,C*>,
+                              boost::is_convertible<that,C&>,
                               non_const_pointee<that> > non_const_cond;
 
             typedef typename mpl::eval_if< non_const_cond,


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