tomaszkam / date

A date and time library based on the C++11/14/17 <chrono> header
Other
0 stars 0 forks source link

[NAD] Ensure all 6 relational operators are specified for calendrical types. #15

Closed tomaszkam closed 5 years ago

tomaszkam commented 5 years ago

Original comment:

Ensure all 6 relational operators are specified for calendrical types.

tomaszkam commented 5 years ago

Checked, and all operator seems to be defined. The weekday and classes containing it has only equality by design.