tmp/tmp9_3zqnqj/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
##### Macro names <a id="macro.names">[[macro.names]]</a>
|
| 2 |
|
| 3 |
A translation unit that includes a standard library header shall not
|
| 4 |
`#define` or `#undef` names declared in any standard library header.
|
| 5 |
|
| 6 |
-
A translation unit shall not `#define` or `#undef` names lexically
|
| 7 |
-
identical to keywords, to the identifiers listed in
|
| 8 |
-
[[lex.name.special]], or to the *attribute-token*s described in
|
| 9 |
-
[[dcl.attr]], except that the names `likely` and `unlikely` may be
|
| 10 |
-
defined as function-like macros [[cpp.replace]].
|
| 11 |
-
|
|
|
|
| 1 |
##### Macro names <a id="macro.names">[[macro.names]]</a>
|
| 2 |
|
| 3 |
A translation unit that includes a standard library header shall not
|
| 4 |
`#define` or `#undef` names declared in any standard library header.
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|