AK
Size: a a a
D
AK
d
AK
d
d
D
N
Reserved identifiers
In addition, some identifiers are reserved for use by C ++ implementations and shall not be used otherwise; no diagnostic is required.
—
(3.1)
Each identifier that contains a double underscore __ or begins with an underscore followed by an
uppercase letter is reserved to the implementation for any use.
—
(3.2)
Each identifier that begins with an underscore is reserved to the implementation for use as a name in
the global namespace.
d
Reserved identifiers
In addition, some identifiers are reserved for use by C ++ implementations and shall not be used otherwise; no diagnostic is required.
—
(3.1)
Each identifier that contains a double underscore __ or begins with an underscore followed by an
uppercase letter is reserved to the implementation for any use.
—
(3.2)
Each identifier that begins with an underscore is reserved to the implementation for use as a name in
the global namespace.
N
AN
d
AN
AS