Skip to content

Commit bb9139e

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

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
@@ -5316,7 +5316,7 @@
53165316
\item The rank of \keyword{char} equals the rank of \tcode{\keyword{signed} \keyword{char}}
53175317
and \tcode{\keyword{unsigned} \keyword{char}}.
53185318

5319-
\item The rank of \tcode{bool} is less than the rank of all other
5319+
\item The rank of \tcode{bool} is less than the rank of all
53205320
standard integer types.
53215321

53225322
\item

0 commit comments

Comments
 (0)