This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [SKETCH] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and 58637.
- From: Adam Butcher <adam at jessamine dot co dot uk>
- To: Jason Merrill <jason at redhat dot com>
- Cc: Gcc Patches <gcc-patches at gcc dot gnu dot org>, <daniel dot kruegler at googlemail dot com>, Volker Reichelt <reichelt at gcc dot gnu dot org>
- Date: Fri, 11 Oct 2013 09:56:59 +0100
- Subject: Re: [SKETCH] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and 58637.
- Authentication-results: sourceware.org; auth=none
- References: <08a6b60986417d8ab134b6aa85ecd80e at imap dot force9 dot net> <5254CF91 dot 500 at redhat dot com> <0c2ee45ea87bab94392e93f3a7b20d90 at imap dot force9 dot net> <525761C6 dot 9040600 at redhat dot com>
On 2013-10-11 3:26, Jason Merrill wrote:
Can we put this in cp_parser, invert the sense of the flag, and
only
set it during cp_parser_parameter_declaration_clause?
Done. But it still needs a flag to disable in the case of explicit
template specialization.
Can't you just check processing_specialization?
Yep. That's much cleaner.
Cheers,
Adam
- References:
- [SKETCH] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and 58637.
- Re: [SKETCH] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and 58637.
- Re: [SKETCH] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and 58637.
- Re: [SKETCH] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and 58637.