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

Modified Files:
        context.hpp 
Log Message:
make conversions in callable_eval even worse to avoid possibility of ambiguity 
with user-defined conversions

Index: context.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/context.hpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- context.hpp 30 Apr 2007 23:07:18 -0000      1.27
+++ context.hpp 5 May 2007 15:02:17 -0000       1.28
@@ -135,9 +135,7 @@
 
             struct dont_care
             {
-                template<typename T>
-                dont_care(T const &)
-                {}
+                dont_care(...);
             };
 
         #if BOOST_WORKAROUND(BOOST_MSVC, == 1400)


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