This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Clarify error message
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [C++ PATCH] Clarify error message
- From: Jason Merrill <jason at redhat dot com>
- Date: 14 Feb 2001 15:15:09 +0000
- Cc: gcc-patches at gcc dot gnu dot org
- References: <20010214153351.G768@sunsite.ms.mff.cuni.cz>
>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:
> Would wording like below be ok?
The first change is OK, the second is not; a bound member function
(i.e. &(p->f) ) can be qualified or unqualified, it's still ill-formed.
Jason