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: [SKETCH] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and 58637.


On 10/10/2013 04:45 PM, Adam Butcher wrote:
Of course; makes sense.  I had confused myself.  Not that it's a
function parameter pack, but presumably you would expect

   auto f(tuple<auto...> p)

to be supported?

That makes sense, though it's a (further) extension.

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?

Jason


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