From 87675c1200af16993c1b4f6da29f7d4e31bf20b9 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 15 May 2020 22:04:07 +0200 Subject: [PATCH] [module.import] Clarify that only header imports make macros visible. --- source/modules.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/modules.tex b/source/modules.tex index 5895871c7f..e1e46e6432 100644 --- a/source/modules.tex +++ b/source/modules.tex @@ -497,6 +497,8 @@ preprocessor, and results in macros defined at the end of phase 4 of translation of the header unit being made visible as described in \ref{cpp.import}. +Any other \grammarterm{module-import-declaration} +does not make macros visible. \end{note} \pnum