From Jason Turner

[diff.mods.to.definitions]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp79j_e7_l/{from.md → to.md} +31 -8
tmp/tmp79j_e7_l/{from.md → to.md} RENAMED
@@ -1,29 +1,52 @@
1
  ### Modifications to definitions <a id="diff.mods.to.definitions">[[diff.mods.to.definitions]]</a>
2
 
3
  #### Types `char16_t` and `char32_t` <a id="diff.char16">[[diff.char16]]</a>
4
 
5
  The types `char16_t` and `char32_t` are distinct types rather than
6
- typedefs to existing integral types.
 
 
 
7
 
8
  #### Type `wchar_t` <a id="diff.wchar.t">[[diff.wchar.t]]</a>
9
 
10
- `wchar_t`
 
 
 
 
11
 
12
- is a keyword in this International Standard ([[lex.key]]). It does not
13
- appear as a type name defined in any of `<cstddef>`, `<cstdlib>`, or
14
- `<cwchar>` ([[c.strings]]).
 
 
15
 
16
  #### Header `<iso646.h>` <a id="diff.header.iso646.h">[[diff.header.iso646.h]]</a>
17
 
18
  The tokens `and`, `and_eq`, `bitand`, `bitor`, `compl`, `not_eq`, `not`,
19
  `or`, `or_eq`, `xor`, and `xor_eq` are keywords in this International
20
  Standard ([[lex.key]]). They do not appear as macro names defined in
21
  `<ciso646>`.
22
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  #### Macro `NULL` <a id="diff.null">[[diff.null]]</a>
24
 
25
- The macro `NULL`, defined in any of `<clocale>`, `<cstddef>`,
26
- `<cstdio>`, `<cstdlib>`, `<cstring>`, `<ctime>`, or `<cwchar>`, is an
27
- implementation-defined C++null pointer constant in this International
 
 
28
  Standard ([[support.types]]).
29
 
 
1
  ### Modifications to definitions <a id="diff.mods.to.definitions">[[diff.mods.to.definitions]]</a>
2
 
3
  #### Types `char16_t` and `char32_t` <a id="diff.char16">[[diff.char16]]</a>
4
 
5
  The types `char16_t` and `char32_t` are distinct types rather than
6
+ typedefs to existing integral types. The tokens `char16_t` and
7
+ `char32_t` are keywords in this International Standard ([[lex.key]]).
8
+ They do not appear as macro names defined in `<cuchar>` (
9
+ [[cuchar.syn]]).
10
 
11
  #### Type `wchar_t` <a id="diff.wchar.t">[[diff.wchar.t]]</a>
12
 
13
+ The type `wchar_t` is a distinct type rather than a typedef to an
14
+ existing integral type. The token `wchar_t` is a keyword in this
15
+ International Standard ([[lex.key]]). It does not appear as a type name
16
+ defined in any of `<cstddef>` ([[cstddef.syn]]), `<cstdlib>` (
17
+ [[cstdlib.syn]]), or `<cwchar>` ([[cwchar.syn]]).
18
 
19
+ #### Header `<assert.h>` <a id="diff.header.assert.h">[[diff.header.assert.h]]</a>
20
+
21
+ The token `static_assert` is a keyword in this International Standard (
22
+ [[lex.key]]). It does not appear as a macro name defined in
23
+ `<cassert>` ([[cassert.syn]]).
24
 
25
  #### Header `<iso646.h>` <a id="diff.header.iso646.h">[[diff.header.iso646.h]]</a>
26
 
27
  The tokens `and`, `and_eq`, `bitand`, `bitor`, `compl`, `not_eq`, `not`,
28
  `or`, `or_eq`, `xor`, and `xor_eq` are keywords in this International
29
  Standard ([[lex.key]]). They do not appear as macro names defined in
30
  `<ciso646>`.
31
 
32
+ #### Header `<stdalign.h>` <a id="diff.header.stdalign.h">[[diff.header.stdalign.h]]</a>
33
+
34
+ The token `alignas` is a keyword in this International Standard (
35
+ [[lex.key]]). It does not appear as a macro name defined in
36
+ `<cstdalign>` ([[depr.cstdalign.syn]]).
37
+
38
+ #### Header `<stdbool.h>` <a id="diff.header.stdbool.h">[[diff.header.stdbool.h]]</a>
39
+
40
+ The tokens `bool`, `true`, and `false` are keywords in this
41
+ International Standard ([[lex.key]]). They do not appear as macro names
42
+ defined in `<cstdbool>` ([[depr.cstdbool.syn]]).
43
+
44
  #### Macro `NULL` <a id="diff.null">[[diff.null]]</a>
45
 
46
+ The macro `NULL`, defined in any of `<clocale>` ([[c.locales]]),
47
+ `<cstddef>` ([[cstddef.syn]]), `<cstdio>` ([[cstdio.syn]]),
48
+ `<cstdlib>` ([[cstdlib.syn]]), `<cstring>` ([[cstring.syn]]),
49
+ `<ctime>` ([[ctime.syn]]), or `<cwchar>` ([[cwchar.syn]]), is an
50
+ *implementation-defined* C++null pointer constant in this International
51
  Standard ([[support.types]]).
52