This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/561 (overload resolution by cast to pmf of derived class)


On Thu, Nov 19, 2009 at 8:58 AM, Jason Merrill <jason@redhat.com> wrote:
> Issue 202 was resolved to clarify that overload resolution based on a cast
> to pointer to member function does not consider the class type of a member
> function, so this patch changes G++ to use the corresponding FUNCTION_TYPE
> for comparing member function types.
>
> Tested i686-pc-linux-gnu, applied to trunk.
>

This caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43079


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]