We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b3c3d commit fb5546fCopy full SHA for fb5546f
source/declarations.tex
@@ -3661,9 +3661,13 @@
3661
argument and are not function parameter packs.
3662
Where syntactically correct and where ``\tcode{...}'' is not
3663
part of an \grammarterm{abstract-declarator},
3664
-``\tcode{, ...}''
+``\tcode{...}''
3665
is synonymous with
3666
-``\tcode{...}''.
+``\tcode{, ...}''.
3667
+A \grammarterm{parameter-declaration-clause}
3668
+of the form
3669
+\grammarterm{parameter-declaration-list} \tcode{...}
3670
+is deprecated.
3671
\begin{example}
3672
The declaration
3673
\begin{codeblock}
0 commit comments