tmp/tmpvzctqhll/{from.md → to.md}
RENAMED
|
@@ -24,11 +24,11 @@ Otherwise, equivalent to `++current`.
|
|
| 24 |
|
| 25 |
``` cpp
|
| 26 |
constexpr move_iterator& operator--();
|
| 27 |
```
|
| 28 |
|
| 29 |
-
*Effects:* As if by `current`.
|
| 30 |
|
| 31 |
*Returns:* `*this`.
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
constexpr move_iterator operator--(int);
|
|
|
|
| 24 |
|
| 25 |
``` cpp
|
| 26 |
constexpr move_iterator& operator--();
|
| 27 |
```
|
| 28 |
|
| 29 |
+
*Effects:* As if by `–current`.
|
| 30 |
|
| 31 |
*Returns:* `*this`.
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
constexpr move_iterator operator--(int);
|