tmp/tmpciju0_cq/{from.md → to.md}
RENAMED
|
@@ -14,13 +14,14 @@ shown in [[rand.req.seedseq]] are valid and have the indicated
|
|
| 14 |
semantics, and if `S` also meets all other requirements of this
|
| 15 |
subclause [[rand.req.seedseq]]. In that Table and throughout this
|
| 16 |
subclause:
|
| 17 |
|
| 18 |
- `T` is the type named by `S`’s associated `result_type`;
|
| 19 |
-
- `q` is a value of `S` and `r` is a
|
|
|
|
| 20 |
- `ib` and `ie` are input iterators with an unsigned integer
|
| 21 |
`value_type` of at least 32 bits;
|
| 22 |
- `rb` and `re` are mutable random access iterators with an unsigned
|
| 23 |
integer `value_type` of at least 32 bits;
|
| 24 |
- `ob` is an output iterator; and
|
| 25 |
-
- `il` is a value of `initializer_list<T>`.
|
| 26 |
|
|
|
|
| 14 |
semantics, and if `S` also meets all other requirements of this
|
| 15 |
subclause [[rand.req.seedseq]]. In that Table and throughout this
|
| 16 |
subclause:
|
| 17 |
|
| 18 |
- `T` is the type named by `S`’s associated `result_type`;
|
| 19 |
+
- `q` is a value of type `S` and `r` is a value of type `S` or
|
| 20 |
+
`const S`;
|
| 21 |
- `ib` and `ie` are input iterators with an unsigned integer
|
| 22 |
`value_type` of at least 32 bits;
|
| 23 |
- `rb` and `re` are mutable random access iterators with an unsigned
|
| 24 |
integer `value_type` of at least 32 bits;
|
| 25 |
- `ob` is an output iterator; and
|
| 26 |
+
- `il` is a value of type `initializer_list<T>`.
|
| 27 |
|