tmp/tmp_b_u8_6w/{from.md → to.md}
RENAMED
|
@@ -17,10 +17,10 @@ template <class Iterator>
|
|
| 17 |
|
| 18 |
*Returns:* `x + n`.
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
template <class Iterator>
|
| 22 |
-
move_iterator<Iterator> make_move_iterator(
|
| 23 |
```
|
| 24 |
|
| 25 |
*Returns:* `move_iterator<Iterator>(i)`.
|
| 26 |
|
|
|
|
| 17 |
|
| 18 |
*Returns:* `x + n`.
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
template <class Iterator>
|
| 22 |
+
move_iterator<Iterator> make_move_iterator(Iterator i);
|
| 23 |
```
|
| 24 |
|
| 25 |
*Returns:* `move_iterator<Iterator>(i)`.
|
| 26 |
|