We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f9f98 commit 33cdcf1Copy full SHA for 33cdcf1
source/modules.tex
@@ -554,8 +554,8 @@
554
555
\pnum
556
A translation unit has an \defn{interface dependency} on a translation unit \tcode{U}
557
-if it contains a \grammarterm{module-declaration} or
558
-\grammarterm{module-import-declaration} that imports \tcode{U} or if it has
+if it contains a declaration (possibly a \grammarterm{module-declaration})
+that imports \tcode{U} or if it has
559
an interface dependency on a translation unit that has an interface dependency on \tcode{U}.
560
A translation unit shall not have an interface dependency on itself.
561
\begin{example}
0 commit comments