Skip to content

Commit d27fe13

Browse files
authored
[diff.mods.to.declarations] Also mention 'byte' and 'to_integer'. (#4145)
These names, as well as operators for std::byte, are part of <cstddef>.
1 parent 90696c5 commit d27fe13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/compatibility.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2787,7 +2787,9 @@
27872787

27882788
\pnum
27892789
Header \libheaderref{cstddef}
2790-
declares the name \tcode{nullptr_t} in addition to the names declared in
2790+
declares the names \tcode{nullptr_t}, \tcode{byte}, and \tcode{to_integer},
2791+
and the operators and operator templates in \iref{support.types.byteops},
2792+
in addition to the names declared in
27912793
\libheaderrefx{stddef.h}{depr.c.headers} in the C standard library.
27922794

27932795
\rSec2[diff.mods.to.behavior]{Modifications to behavior}

0 commit comments

Comments
 (0)