Annex C (informative)
Compatibility
[diff]
C.7
C standard library
[diff.library]
C.7.3
Modifications to definitions
[diff.mods.to.definitions]
C.7.3.1
Types
char16_
t
and
char32_
t
[diff.char16]
1
#
The types
char16_
t
and
char32_
t
are distinct types rather than typedefs to existing integral types
.
The tokens
char16_
t
and
char32_
t
are keywords in C++ (
[lex.
key]
)
.
They do not appear as macro or type names defined in
<cuchar>
.
C.7.3.2
Type
wchar_
t
[diff.wchar.t]
1
#
The type
wchar_
t
is a distinct type rather than a typedef to an existing integral type
.
The token
wchar_
t
is a keyword in C++ (
[lex.
key]
)
.
It does not appear as a macro or type name defined in any of
<cstddef>
,
<cstdlib>
, or
<cwchar>
.
C.7.3.3
Header
<assert.h>
[diff.header.assert.h]
1
#
The token
static_
assert
is a keyword in C++
.
It does not appear as a macro name defined in
<cassert>
.
C.7.3.4
Header
<iso646.h>
[diff.header.iso646.h]
1
#
The tokens
and
,
and_
eq
,
bitand
,
bitor
,
compl
,
not
,
not_
eq
,
or
,
or_
eq
,
xor
, and
xor_
eq
are keywords in C++ (
[lex.
key]
), and are not introduced as macros by
<iso646.h>
.
C.7.3.5
Header
<stdalign.h>
[diff.header.stdalign.h]
1
#
The token
alignas
is a keyword in C++ (
[lex.
key]
), and is not introduced as a macro by
<stdalign.h>
.
C.7.3.6
Header
<stdbool.h>
[diff.header.stdbool.h]
1
#
The tokens
bool
,
true
, and
false
are keywords in C++ (
[lex.
key]
), and are not introduced as macros by
<stdbool.h>
.
C.7.3.7
Macro
NULL
[diff.null]
1
#
The macro
NULL
, defined in any of
<clocale>
,
<cstddef>
,
<cstdio>
,
<cstdlib>
,
<cstring>
,
<ctime>
, or
<cwchar>
, is an
implementation-defined null pointer constant in C++ (
[support.
types]
)
.