Skip to content

Commit fb5546f

Browse files
committed
[dcl.fct] Add deprecation notice and reword sentence
1 parent c4b3c3d commit fb5546f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/declarations.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,9 +3661,13 @@
36613661
argument and are not function parameter packs.
36623662
Where syntactically correct and where ``\tcode{...}'' is not
36633663
part of an \grammarterm{abstract-declarator},
3664-
``\tcode{, ...}''
3664+
``\tcode{...}''
36653665
is synonymous with
3666-
``\tcode{...}''.
3666+
``\tcode{, ...}''.
3667+
A \grammarterm{parameter-declaration-clause}
3668+
of the form
3669+
\grammarterm{parameter-declaration-list} \tcode{...}
3670+
is deprecated.
36673671
\begin{example}
36683672
The declaration
36693673
\begin{codeblock}

0 commit comments

Comments
 (0)