Commit f56d939
committed
[iterator.concept.winc] Refactor definition of "integer-like type"
- "`I` models `integral<I>`" is not how we say it: the `<I>` shouldn't be there.
- The concept `integral` is modeled only by integral types. Cut out the middleman.
- Make the sentence structure less hypothetical; use "collectively called" as we usually do.
- Clearly specify that cv bool is *not* integer-like, rather than leaving it out of the premise.1 parent 15fc5a2 commit f56d939
1 file changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1445 | 1445 | | |
1446 | 1446 | | |
1447 | 1447 | | |
1448 | | - | |
1449 | | - | |
1450 | | - | |
1451 | | - | |
1452 | | - | |
1453 | | - | |
1454 | | - | |
1455 | | - | |
1456 | | - | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
1457 | 1454 | | |
1458 | 1455 | | |
1459 | 1456 | | |
| |||
0 commit comments