|
198 | 198 |
|
199 | 199 | // \ref{time.point.comparisons}, \tcode{time_point} comparisons |
200 | 200 | template<class Clock, class Duration1, class Duration2> |
201 | | - constexpr bool operator==(const time_point<Clock, Duration1>& lhs, |
202 | | - const time_point<Clock, Duration2>& rhs); |
| 201 | + constexpr bool operator==(const time_point<Clock, Duration1>& lhs, |
| 202 | + const time_point<Clock, Duration2>& rhs); |
203 | 203 | template<class Clock, class Duration1, class Duration2> |
204 | | - constexpr bool operator< (const time_point<Clock, Duration1>& lhs, |
205 | | - const time_point<Clock, Duration2>& rhs); |
| 204 | + constexpr bool operator< (const time_point<Clock, Duration1>& lhs, |
| 205 | + const time_point<Clock, Duration2>& rhs); |
206 | 206 | template<class Clock, class Duration1, class Duration2> |
207 | | - constexpr bool operator> (const time_point<Clock, Duration1>& lhs, |
208 | | - const time_point<Clock, Duration2>& rhs); |
| 207 | + constexpr bool operator> (const time_point<Clock, Duration1>& lhs, |
| 208 | + const time_point<Clock, Duration2>& rhs); |
209 | 209 | template<class Clock, class Duration1, class Duration2> |
210 | | - constexpr bool operator<=(const time_point<Clock, Duration1>& lhs, |
211 | | - const time_point<Clock, Duration2>& rhs); |
| 210 | + constexpr bool operator<=(const time_point<Clock, Duration1>& lhs, |
| 211 | + const time_point<Clock, Duration2>& rhs); |
212 | 212 | template<class Clock, class Duration1, class Duration2> |
213 | | - constexpr bool operator>=(const time_point<Clock, Duration1>& lhs, |
214 | | - const time_point<Clock, Duration2>& rhs); |
| 213 | + constexpr bool operator>=(const time_point<Clock, Duration1>& lhs, |
| 214 | + const time_point<Clock, Duration2>& rhs); |
215 | 215 | template<class Clock, class Duration1, @\libconcept{three_way_comparable_with}@<Duration1> Duration2> |
216 | | - constexpr auto operator<=>(const time_point<Clock, Duration1>& lhs, |
217 | | - const time_point<Clock, Duration2>& rhs); |
| 216 | + constexpr auto operator<=>(const time_point<Clock, Duration1>& lhs, |
| 217 | + const time_point<Clock, Duration2>& rhs); |
218 | 218 |
|
219 | 219 | // \ref{time.point.cast}, conversions |
220 | 220 | template<class ToDuration, class Clock, class Duration> |
|
0 commit comments