tmp/tmpum20tfh1/{from.md → to.md}
RENAMED
|
@@ -28,11 +28,11 @@ template<input_or_output_iterator O, copy_constructible F>
|
|
| 28 |
|
| 29 |
Let N be max(0, `n`) for the `generate_n` algorithms, and `last - first`
|
| 30 |
for the `generate` algorithms.
|
| 31 |
|
| 32 |
*Mandates:* `Size` is convertible to an integral
|
| 33 |
-
type
|
| 34 |
|
| 35 |
*Effects:* Assigns the result of successive evaluations of `gen()`
|
| 36 |
through each iterator in the range \[`first`, `first + `N).
|
| 37 |
|
| 38 |
*Returns:* `first + `N.
|
|
|
|
| 28 |
|
| 29 |
Let N be max(0, `n`) for the `generate_n` algorithms, and `last - first`
|
| 30 |
for the `generate` algorithms.
|
| 31 |
|
| 32 |
*Mandates:* `Size` is convertible to an integral
|
| 33 |
+
type [[conv.integral]], [[class.conv]].
|
| 34 |
|
| 35 |
*Effects:* Assigns the result of successive evaluations of `gen()`
|
| 36 |
through each iterator in the range \[`first`, `first + `N).
|
| 37 |
|
| 38 |
*Returns:* `first + `N.
|