tmp/tmps0jhz3gc/{from.md → to.md}
RENAMED
|
@@ -27,11 +27,12 @@ q-char-sequence:
|
|
| 27 |
q-char:
|
| 28 |
any member of the source character set except new-line and '"'
|
| 29 |
```
|
| 30 |
|
| 31 |
[*Note 1*: Header name preprocessing tokens only appear within a
|
| 32 |
-
`#include` preprocessing directive
|
|
|
|
| 33 |
[[lex.pptoken]]). — *end note*]
|
| 34 |
|
| 35 |
The sequences in both forms of *header-name*s are mapped in an
|
| 36 |
*implementation-defined* manner to headers or to external source file
|
| 37 |
names as specified in [[cpp.include]].
|
|
|
|
| 27 |
q-char:
|
| 28 |
any member of the source character set except new-line and '"'
|
| 29 |
```
|
| 30 |
|
| 31 |
[*Note 1*: Header name preprocessing tokens only appear within a
|
| 32 |
+
`#include` preprocessing directive, a `__has_include` preprocessing
|
| 33 |
+
expression, or after certain occurrences of an `import` token (see
|
| 34 |
[[lex.pptoken]]). — *end note*]
|
| 35 |
|
| 36 |
The sequences in both forms of *header-name*s are mapped in an
|
| 37 |
*implementation-defined* manner to headers or to external source file
|
| 38 |
names as specified in [[cpp.include]].
|