diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-01 21:47:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 21:57:52 +0100 |
| commit | 71dc0132d52f476f929ef222a3264dd9fc7e04a4 (patch) | |
| tree | 8615dfe10e75c7fbfc486cba1c783c9db197f17a /src/local_time.h | |
| parent | 6fbba420657d893a5da770af20364af4d689d4b7 (diff) | |
Add missing operator.
Diffstat (limited to 'src/local_time.h')
| -rw-r--r-- | src/local_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/local_time.h b/src/local_time.h index 58acc227..9a19b2d5 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -138,6 +138,7 @@ 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; private: friend struct ::local_time_basic_test; |
