Skip to content

Commit fb49b41

Browse files
burblebeetkoeppe
authored andcommitted
CWG2921 Exporting redeclarations of entities not attached to a named module
1 parent a7eff9a commit fb49b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/modules.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
A redeclaration of an entity $X$
313313
is implicitly exported
314314
if $X$ was introduced by an exported declaration;
315-
otherwise it shall not be exported.
315+
otherwise it shall not be exported if it is attached to a named module.
316316
\begin{example}
317317
\begin{codeblock}
318318
export module M;

0 commit comments

Comments
 (0)