C++ Logo

std-proposals

Advanced search

Re: [std-proposals] The Oxford variadic comma

From: Tiago Freire <tmiguelf_at_[hidden]>
Date: Wed, 28 Feb 2024 19:35:31 +0000
I agree with the idea, this ambiguity should be removed. Not that I would ever use variadic functions, and I assume that most projects just outright ban them out of good practice anyway. But language should at least be consistent.

I have one comment tough:
void a(auto...);

should also be deprecated, auto is a placeholder for a type, it is missing a comma, and so as with others should be removed.

Received on 2024-02-28 19:35:34