Skip to content

Commit 01f3fd7

Browse files
burblebeetkoeppe
authored andcommitted
LWG3467 bool can't be an integer-like type
1 parent 6605484 commit 01f3fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iterators.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,13 +1411,13 @@
14111411
\end{itemize}
14121412

14131413
\pnum
1414-
A type \tcode{I} is \defn{integer-like}
1414+
A type \tcode{I} other than \cv{}~\tcode{bool} is \defn{integer-like}
14151415
if it models \tcode{\libconcept{integral}<I>} or
14161416
if it is an integer-class type.
1417-
A type \tcode{I} is \defn{signed-integer-like}
1417+
An integer-like type \tcode{I} is \defn{signed-integer-like}
14181418
if it models \tcode{\libconcept{signed_integral}<I>} or
14191419
if it is a signed-integer-class type.
1420-
A type \tcode{I} is \defn{unsigned-integer-like}
1420+
An integer-like type \tcode{I} is \defn{unsigned-integer-like}
14211421
if it models \tcode{\libconcept{unsigned_integral}<I>} or
14221422
if it is an unsigned-integer-class type.
14231423

0 commit comments

Comments
 (0)