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] Unify member pointer to member function pointer



On Jan 20, 2005, at 11:55 AM, Paolo Carlini wrote:


Doug Gregor wrote:

Hello,
This patch for mainline CVS allows unification between a member pointer and a member function pointer, as required by section 8.3.3 of the C++ standard. It fixes the attached test case and one that has been XFAIL'd forever (g++.old-deja/g++.pt/memptr5.C).

May I ask you a naive question? How this issue relates to c++/19076?

Same issue. This patch fixes c++/19076, including all of the test cases in the bug report.


Doug


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