Skip to content

Commit cd6f411

Browse files
committed
[dcl.fct, depr.ellipsis.comma] Add mutual cross-references
1 parent cb78101 commit cd6f411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/declarations.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3688,7 +3688,7 @@
36883688
A \grammarterm{parameter-declaration-clause}
36893689
of the form
36903690
\grammarterm{parameter-declaration-list} \tcode{...}
3691-
is deprecated.
3691+
is deprecated\iref{depr.ellipsis.comma}.
36923692
\begin{example}
36933693
The declaration
36943694
\begin{codeblock}

source/future.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
A \grammarterm{parameter-declaration-clause}
121121
of the form
122122
\grammarterm{parameter-declaration-list} \tcode{...}
123-
is deprecated.
123+
is deprecated\iref{dcl.fct}.
124124
\begin{example}
125125
\begin{codeblock}
126126
void f(int...); // deprecated

0 commit comments

Comments
 (0)