Skip to content

Commit 426672b

Browse files
committed
[conv.rank] Avoid hinting that 'bool' be a standard integer type.
1 parent cdd94a9 commit 426672b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5459,7 +5459,7 @@
54595459
\item The rank of \tcode{char} shall equal the rank of \tcode{signed char}
54605460
and \tcode{unsigned char}.
54615461

5462-
\item The rank of \tcode{bool} shall be less than the rank of all other
5462+
\item The rank of \tcode{bool} shall be less than the rank of all
54635463
standard integer types.
54645464

54655465
\item

0 commit comments

Comments
 (0)