diff options
author | asuna <asuna@yandex-team.ru> | 2022-02-10 16:51:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:59 +0300 |
commit | 2c9a7521e6b52adf009239ce12a43ebd6ca93b22 (patch) | |
tree | 888cf483a38e85636cd8bf1592bd968b2902d7d5 | |
parent | 00b7a05f09826690aa726bba26c1686aa0c593bb (diff) | |
download | ydb-2c9a7521e6b52adf009239ce12a43ebd6ca93b22.tar.gz |
Restoring authorship annotation for <asuna@yandex-team.ru>. Commit 1 of 2.
-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 e3eb616fe5..02d8a37b29 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; } |