From Jason Turner

[diff.mods.to.definitions]

Diff to HTML by rtfpessoa

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