tmp/tmpdl4viyi2/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#### Type `wchar_t` <a id="diff.wchar.t">[[diff.wchar.t]]</a>
|
| 2 |
|
| 3 |
The type `wchar_t` is a distinct type rather than a typedef to an
|
| 4 |
-
existing integral type. The token `wchar_t` is a keyword in
|
| 5 |
-
|
| 6 |
-
|
| 7 |
|
|
|
|
| 1 |
#### Type `wchar_t` <a id="diff.wchar.t">[[diff.wchar.t]]</a>
|
| 2 |
|
| 3 |
The type `wchar_t` is a distinct type rather than a typedef to an
|
| 4 |
+
existing integral type. The token `wchar_t` is a keyword in C++
|
| 5 |
+
[[lex.key]]. It does not appear as a macro or type name defined in any
|
| 6 |
+
of `<cstddef>`, `<cstdlib>`, or `<cwchar>`.
|
| 7 |
|