Skip to content

Commit 18314e6

Browse files
burblebeetkoeppe
authored andcommitted
LWG3828 Sync intmax_t and uintmax_t with C2x
1 parent 632a868 commit 18314e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/iostreams.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18592,6 +18592,10 @@
1859218592
The header \libheader{cinttypes} includes the header \libheaderref{cstdint} instead
1859318593
of \libheader{stdint.h}, and
1859418594
\item
18595+
\tcode{intmax_t} and \tcode{uintmax_t} are not required
18596+
to be able to represent all values of extended integer types
18597+
wider than \tcode{long long} and \tcode{unsigned long long} respectively, and
18598+
\item
1859518599
if and only if the type \tcode{intmax_t} designates an extended integer
1859618600
type\iref{basic.fundamental}, the following function signatures are added:
1859718601
\begin{codeblock}

0 commit comments

Comments
 (0)