From Jason Turner

[time.cal.year.members]

Diff to HTML by rtfpessoa

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 year::operator-() const noexcept;
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