This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: handling of pointer to memberfunction
- To: db at rtsffm dot com
- Subject: Re: handling of pointer to memberfunction
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 4 May 2000 08:46:33 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10005031830430.403-300000@devlinux3.rtsdev.com>
> for function overloading, a pointer to a memberfunctionpointer is
> considered to be of the same type as a const pointer to a
> memberfunctionpointer.
Thanks for your bug report. The mainline compiler (2.96 20000430
(experimental)) compiles this without problems, so the bug appears to
be fixed.
Regards,
Martin