From 028ad9b99df476b1f78d778c92b1b51b2aff8e3a Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 23:10:07 +0000 Subject: [PATCH] [basic.start.dynamic] Add cross-reference --- source/basic.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..9535402959 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -7383,7 +7383,8 @@ \begin{itemize} \item \tcode{D} appears in the same translation unit as \tcode{E}, or \item the translation unit containing \tcode{E} -has an interface dependency on the translation unit containing \tcode{D}, +has an interface dependency\iref{module.import} +on the translation unit containing \tcode{D}, \end{itemize} in either case prior to \tcode{E}.