aboutsummaryrefslogtreecommitdiffstats
path: root/util/str_stl.h
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
commitc508daa699a18084b6e290f032b05059a9abb1f1 (patch)
tree17b5cb78c4680c891181c309cbbc576e37c03cbe /util/str_stl.h
parent263a4405ed53af1655a5953041955760ad74e36a (diff)
downloadydb-c508daa699a18084b6e290f032b05059a9abb1f1.tar.gz
Restoring authorship annotation for <andreylokot@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/str_stl.h')
-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 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> {
};