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 413
413
is searched for as if that preprocessing token sequence
414
414
were the \grammarterm {pp-tokens} of a \tcode {\# include} directive,
415
415
except 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.
418
419
The \grammarterm {has-include-expression} evaluates
419
420
to \tcode {1} if the search for the source file succeeds, and
420
421
to \tcode {0} if the search fails.
425
426
preprocessing token sequence were the \grammarterm {pp-tokens}
426
427
of a \tcode {\# embed} directive\iref {cpp.embed },
427
428
except 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.
430
429
The \grammarterm {has-embed-expression} evaluates to:
431
430
\begin {itemize }
432
431
\item
You can’t perform that action at this time.
0 commit comments