tmp/tmphidt2813/{from.md → to.md}
RENAMED
|
@@ -62,11 +62,11 @@ constexpr year operator+() const noexcept;
|
|
| 62 |
```
|
| 63 |
|
| 64 |
*Returns:* `*this`.
|
| 65 |
|
| 66 |
``` cpp
|
| 67 |
-
constexpr year
|
| 68 |
```
|
| 69 |
|
| 70 |
*Returns:* `year{-y_}`.
|
| 71 |
|
| 72 |
``` cpp
|
|
|
|
| 62 |
```
|
| 63 |
|
| 64 |
*Returns:* `*this`.
|
| 65 |
|
| 66 |
``` cpp
|
| 67 |
+
constexpr year operator-() const noexcept;
|
| 68 |
```
|
| 69 |
|
| 70 |
*Returns:* `year{-y_}`.
|
| 71 |
|
| 72 |
``` cpp
|