Skip to content

Commit 5fdfe68

Browse files
authored
[conv.rank] Avoid hinting that 'bool' be a standard integer type. (#4209)
1 parent dc5a7d6 commit 5fdfe68

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
@@ -5313,7 +5313,7 @@
53135313
\item The rank of \keyword{char} equals the rank of \tcode{\keyword{signed} \keyword{char}}
53145314
and \tcode{\keyword{unsigned} \keyword{char}}.
53155315

5316-
\item The rank of \tcode{bool} is less than the rank of all other
5316+
\item The rank of \tcode{bool} is less than the rank of all
53175317
standard integer types.
53185318

53195319
\item

0 commit comments

Comments
 (0)