File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1411
1411
\end {itemize }
1412
1412
1413
1413
\pnum
1414
- A type \tcode {I} is \defn {integer-like}
1414
+ A type \tcode {I} other than \cv {}~ \tcode {bool} is \defn {integer-like}
1415
1415
if it models \tcode {\libconcept {integral}<I>} or
1416
1416
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}
1418
1418
if it models \tcode {\libconcept {signed_integral}<I>} or
1419
1419
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}
1421
1421
if it models \tcode {\libconcept {unsigned_integral}<I>} or
1422
1422
if it is an unsigned-integer-class type.
1423
1423
You can’t perform that action at this time.
0 commit comments