tmp/tmpaz_6fek8/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#### Types `char16_t` and `char32_t` <a id="diff.char16">[[diff.char16]]</a>
|
| 2 |
|
| 3 |
The types `char16_t` and `char32_t` are distinct types rather than
|
| 4 |
typedefs to existing integral types. The tokens `char16_t` and
|
| 5 |
-
`char32_t` are keywords in
|
| 6 |
-
|
| 7 |
|
|
|
|
| 1 |
#### Types `char16_t` and `char32_t` <a id="diff.char16">[[diff.char16]]</a>
|
| 2 |
|
| 3 |
The types `char16_t` and `char32_t` are distinct types rather than
|
| 4 |
typedefs to existing integral types. The tokens `char16_t` and
|
| 5 |
+
`char32_t` are keywords in C++ [[lex.key]]. They do not appear as macro
|
| 6 |
+
or type names defined in `<cuchar>`.
|
| 7 |
|