diff --git a/source/basic.tex b/source/basic.tex index 34d5ff92fe..7f11830a95 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -2629,8 +2629,11 @@ \item a non-template variable of non-volatile const-qualified type, unless \begin{itemize} + \item it is declared in the purview of a module interface unit + (outside the \grammarterm{private-module-fragment}, if any) or + module partition, or \item it is explicitly declared \keyword{extern}, or - \item it is inline or exported, or + \item it is inline, or \item it was previously declared and the prior declaration did not have internal linkage; or \end{itemize}