Skip to content

Commit 71bdc03

Browse files
committed
[diff.mods.to.definitions] Add entry for 'nullptr_t in stddef.h'
1 parent 35aa4ad commit 71bdc03

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/compatibility.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,6 +2249,16 @@
22492249
They do not appear as macro names defined in
22502250
\tcode{<cstdbool>}\indexlibrary{\idxhdr{cstdbool}}~(\ref{cstdbool.syn}).
22512251

2252+
\rSec3[diff.header.stddef.h]{Header \tcode{<stddef.h>}}
2253+
\indexlibrary{\idxhdr{stddef.h}}%
2254+
2255+
\pnum
2256+
The headers \tcode{<cstddef>}\indexlibrary{\idxhdr{cstddef}}~(\ref{cstddef.syn})
2257+
and \tcode{<stddef.h>}\indexlibrary{\idxhdr{stddef.h}} declare the name
2258+
\tcode{nullptr_t} (respectively in namespace \tcode{std} and in the
2259+
global namespace) in addition to the names declared in \tcode{<stddef.h>}
2260+
in the C standard library.
2261+
22522262
\rSec3[diff.null]{Macro \tcode{NULL}}
22532263

22542264
\pnum

0 commit comments

Comments
 (0)