tmp/tmp5085is00/{from.md → to.md}
RENAMED
|
@@ -212,10 +212,10 @@ template <class Iterator>
|
|
| 212 |
|
| 213 |
*Returns:* `x + n`.
|
| 214 |
|
| 215 |
``` cpp
|
| 216 |
template <class Iterator>
|
| 217 |
-
move_iterator<Iterator> make_move_iterator(
|
| 218 |
```
|
| 219 |
|
| 220 |
*Returns:* `move_iterator<Iterator>(i)`.
|
| 221 |
|
|
|
|
| 212 |
|
| 213 |
*Returns:* `x + n`.
|
| 214 |
|
| 215 |
``` cpp
|
| 216 |
template <class Iterator>
|
| 217 |
+
move_iterator<Iterator> make_move_iterator(Iterator i);
|
| 218 |
```
|
| 219 |
|
| 220 |
*Returns:* `move_iterator<Iterator>(i)`.
|
| 221 |
|