Skip to content

Commit ea304e6

Browse files
authored
Merge 2023-02 CWG Motion 9
P2788R0 Linkage for modular constants
2 parents dd5992f + 272506e commit ea304e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/basic.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2629,8 +2629,11 @@
26292629
\item
26302630
a non-template variable of non-volatile const-qualified type, unless
26312631
\begin{itemize}
2632+
\item it is declared in the purview of a module interface unit
2633+
(outside the \grammarterm{private-module-fragment}, if any) or
2634+
module partition, or
26322635
\item it is explicitly declared \keyword{extern}, or
2633-
\item it is inline or exported, or
2636+
\item it is inline, or
26342637
\item it was previously declared and the prior declaration did
26352638
not have internal linkage; or
26362639
\end{itemize}

0 commit comments

Comments
 (0)