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

Reply via email to