File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 413413is searched for as if that preprocessing token sequence
414414were the \grammarterm {pp-tokens} of a \tcode {\# include} directive,
415415except that no further macro expansion is performed.
416- If such a directive would not satisfy the syntactic requirements
417- of a \tcode {\# include} directive, the program is ill-formed.
416+ If the preprocessing token sequence does not consist solely of a \grammarterm {header-name}
417+ or cannot be combined\iref {cpp.include } into a single
418+ \grammarterm {header-name} preprocessing token, the program is ill-formed.
418419The \grammarterm {has-include-expression} evaluates
419420to \tcode {1} if the search for the source file succeeds, and
420421to \tcode {0} if the search fails.
425426preprocessing token sequence were the \grammarterm {pp-tokens}
426427of a \tcode {\# embed} directive\iref {cpp.embed },
427428except that no further macro expansion is performed.
428- If such a directive would not satisfy the syntactic requirements of a
429- \tcode {\# embed} directive, the program is ill-formed.
430429The \grammarterm {has-embed-expression} evaluates to:
431430\begin {itemize }
432431\item
You can’t perform that action at this time.
0 commit comments