Skip to content

Commit 2dbe5a3

Browse files
authored
[basic.start.dynamic] Add cross-reference for "interface dependency" (#8653)
1 parent ed37f10 commit 2dbe5a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/basic.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7383,7 +7383,8 @@
73837383
\begin{itemize}
73847384
\item \tcode{D} appears in the same translation unit as \tcode{E}, or
73857385
\item the translation unit containing \tcode{E}
7386-
has an interface dependency on the translation unit containing \tcode{D},
7386+
has an interface dependency\iref{module.import}
7387+
on the translation unit containing \tcode{D},
73877388
\end{itemize}
73887389
in either case prior to \tcode{E}.
73897390

0 commit comments

Comments
 (0)