diff options
author | asuna <[email protected]> | 2022-02-10 16:51:59 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:59 +0300 |
commit | 9ee55d96b694910be2c102176bc8dda3bdd158f0 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util | |
parent | 2c9a7521e6b52adf009239ce12a43ebd6ca93b22 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/draft/date.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/draft/date.h b/util/draft/date.h index 02d8a37b29b..e3eb616fe5d 100644 --- a/util/draft/date.h +++ b/util/draft/date.h @@ -87,8 +87,8 @@ public: friend IOutputStream& operator<<(IOutputStream& left, const TDate& right); }; -Y_DECLARE_PODTYPE(TDate); - +Y_DECLARE_PODTYPE(TDate); + inline bool operator<(const TDate& left, const TDate& right) { return left.Timestamp < right.Timestamp; } |