vitek@apache.org wrote:
> Author: vitek
> Date: Mon Jun 16 16:35:21 2008
> New Revision: 668347
>
> URL: http://svn.apache.org/viewvc?rev=668347&view=rev
> Log:
> 2008-06-16 Travis Vitek <vitek@roguewave.com>
>
[...]
> @@ -346,7 +332,7 @@
> TEST (std::is_convertible, int (), int (&)(char), false);
>
> TEST (std::is_convertible, int*, void*, true);
> - TEST (std::is_convertible, int (*)(), void*, true);
> + TEST (std::is_convertible, int (*)(), void*, false);
Should the convertibility of functions with different language
linkages, and that of member function pointers, be exercised
as well?
Martin
|