Skip to content

Commit

Permalink
[dcl.fct, depr.ellipsis.comma] Add mutual cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Dec 16, 2024
1 parent cb78101 commit cd6f411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3688,7 +3688,7 @@
A \grammarterm{parameter-declaration-clause}
of the form
\grammarterm{parameter-declaration-list} \tcode{...}
is deprecated.
is deprecated\iref{depr.ellipsis.comma}.
\begin{example}
The declaration
\begin{codeblock}
Expand Down
2 changes: 1 addition & 1 deletion source/future.tex
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
A \grammarterm{parameter-declaration-clause}
of the form
\grammarterm{parameter-declaration-list} \tcode{...}
is deprecated.
is deprecated\iref{dcl.fct}.
\begin{example}
\begin{codeblock}
void f(int...); // deprecated
Expand Down

0 comments on commit cd6f411

Please sign in to comment.