tmp/tmpm4zswg3c/{from.md → to.md}
RENAMED
|
@@ -61,9 +61,9 @@ namespace std {
|
|
| 61 |
const move_iterator<Iterator2>& y) -> decltype(x.base() - y.base());
|
| 62 |
template <class Iterator>
|
| 63 |
move_iterator<Iterator> operator+(
|
| 64 |
typename move_iterator<Iterator>::difference_type n, const move_iterator<Iterator>& x);
|
| 65 |
template <class Iterator>
|
| 66 |
-
move_iterator<Iterator> make_move_iterator(
|
| 67 |
}
|
| 68 |
```
|
| 69 |
|
|
|
|
| 61 |
const move_iterator<Iterator2>& y) -> decltype(x.base() - y.base());
|
| 62 |
template <class Iterator>
|
| 63 |
move_iterator<Iterator> operator+(
|
| 64 |
typename move_iterator<Iterator>::difference_type n, const move_iterator<Iterator>& x);
|
| 65 |
template <class Iterator>
|
| 66 |
+
move_iterator<Iterator> make_move_iterator(Iterator i);
|
| 67 |
}
|
| 68 |
```
|
| 69 |
|