diff options
Diffstat (limited to 'src/local_time.h')
| -rw-r--r-- | src/local_time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/local_time.h b/src/local_time.h index e1baedcc..7c91db3e 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -157,7 +157,9 @@ public: bool operator== (LocalTime const & other) const; bool operator!= (LocalTime const & other) const; bool operator< (LocalTime const & other) const; + bool operator<=(LocalTime const & other) const; bool operator>(LocalTime const & other) const; + bool operator>=(LocalTime const & other) const; private: friend struct ::local_time_basic_test; |
