diff options
author | andreylokot <andreylokot@yandex-team.ru> | 2022-02-10 16:52:03 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:03 +0300 |
commit | c508daa699a18084b6e290f032b05059a9abb1f1 (patch) | |
tree | 17b5cb78c4680c891181c309cbbc576e37c03cbe | |
parent | 263a4405ed53af1655a5953041955760ad74e36a (diff) | |
download | ydb-c508daa699a18084b6e290f032b05059a9abb1f1.tar.gz |
Restoring authorship annotation for <andreylokot@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | util/str_stl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/str_stl.h b/util/str_stl.h index f1e137181d..c295e19750 100644 --- a/util/str_stl.h +++ b/util/str_stl.h @@ -179,7 +179,7 @@ namespace NHashPrivate { template <class TFirst, class TSecond> struct hash<std::pair<TFirst, TSecond>>: public NHashPrivate::TPairHash<TFirst, TSecond> { }; - + template <class T> struct TEqualTo: public std::equal_to<T> { }; |