C++ Logo

std-proposals

Advanced search

Re: [std-proposals] The Oxford variadic comma

From: Jan Schultke <janschultke_at_[hidden]>
Date: Wed, 28 Feb 2024 15:05:35 +0100
> Will f(...) be deprecated?

No. I don't see a reason to deprecate it and the proposed wording
doesn't affect this case.

It could hypothetically be useful for things like S<"%d %d
%d">::foo(1, 2, 3) where S is a class template and foo is a member
function with a single ellipsis parameter.

Received on 2024-02-28 14:05:46