[depr.ellipsis.comma] # Annex D (normative) Compatibility features [[depr]](./#depr) ## D.5 Non-comma-separated ellipsis parameters [depr.ellipsis.comma] A [*parameter-declaration-clause*](dcl.fct#nt:parameter-declaration-clause "9.3.4.6 Functions [dcl.fct]") of the form[*parameter-declaration-list*](dcl.fct#nt:parameter-declaration-list "9.3.4.6 Functions [dcl.fct]") ... is deprecated ([[dcl.fct]](dcl.fct "9.3.4.6 Functions"))[.](#sentence-1) [*Example [1](#example-1)*: void f(int...); // deprecatedvoid g(auto...); // OK, declares a function parameter packvoid h(auto......); // deprecated — *end example*]