This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH to implement C++11 ref-qualifiers
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 3 Apr 2013 22:32:47 -0500
- Subject: Re: C++ PATCH to implement C++11 ref-qualifiers
- References: <5159DA00 dot 5030909 at redhat dot com> <515CEFD5 dot 8080508 at redhat dot com>
On Wed, Apr 3, 2013 at 10:13 PM, Jason Merrill <jason@redhat.com> wrote:
> On 04/01/2013 03:03 PM, Jason Merrill wrote:
>>
>> (FUNCTION_OR_METHOD_TYPE_CHECK): New.
>
>
> It turns out that there's already a FUNC_OR_METHOD_CHECK in tree.h, so I'm
> removing this duplicate.
and maybe rename the old one to what you thought was a natural name? :-)
-- Gaby