Skip to content

Commit 46922ba

Browse files
committed
[cpp.pre] Add note on directives in pp-global module fragment
Add a note confirming that executing preprocessor directives within the pp-global-module-fragment can produce text-lines.
1 parent 784cc65 commit 46922ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/preprocessor.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@
298298
At the start of phase 4 of translation,
299299
the \grammarterm{group} of a \grammarterm{pp-global-module-fragment} shall
300300
contain neither a \grammarterm{text-line} nor a \grammarterm{pp-import}.
301+
\begin{note}
302+
Executing preprocessing directives such as source file inclusion\iref{cpp.include}
303+
during phase 4 of translation can produce \grammarterm{text-line}s.
304+
\end{note}
301305

302306
\pnum
303307
When in a group that is skipped\iref{cpp.cond}, the directive

0 commit comments

Comments
 (0)