aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreylokot <andreylokot@yandex-team.ru>2022-02-10 16:52:03 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:03 +0300
commitfa2bf14034a6e0ee20178ad95dd1e6a80c0a61ac (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parentc508daa699a18084b6e290f032b05059a9abb1f1 (diff)
downloadydb-fa2bf14034a6e0ee20178ad95dd1e6a80c0a61ac.tar.gz
Restoring authorship annotation for <andreylokot@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--util/str_stl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/str_stl.h b/util/str_stl.h
index c295e19750..f1e137181d 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> {
};