We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aa4ad commit 71bdc03Copy full SHA for 71bdc03
source/compatibility.tex
@@ -2249,6 +2249,16 @@
2249
They do not appear as macro names defined in
2250
\tcode{<cstdbool>}\indexlibrary{\idxhdr{cstdbool}}~(\ref{cstdbool.syn}).
2251
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
2262
\rSec3[diff.null]{Macro \tcode{NULL}}
2263
2264
\pnum
0 commit comments