aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/hash.h
diff options
context:
space:
mode:
authorsievlev <sievlev@yandex-team.ru>2022-02-10 16:51:45 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:45 +0300
commitc38d513b2c4ace7c22019ef4cc24003204b77391 (patch)
tree2d6749d50b5f7a18a7f6d8fba895a4fb633d60a5 /util/generic/hash.h
parent2441b91fbbba534805430952c0770c88c3df8236 (diff)
downloadydb-c38d513b2c4ace7c22019ef4cc24003204b77391.tar.gz
Restoring authorship annotation for <sievlev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/hash.h')
-rw-r--r--util/generic/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/hash.h b/util/generic/hash.h
index e46db21fa9..eabf69268a 100644
--- a/util/generic/hash.h
+++ b/util/generic/hash.h
@@ -1929,7 +1929,7 @@ public:
return rep.find(key);
}
- template <class TheKey>
+ template <class TheKey>
iterator find(const TheKey& key, insert_ctx& ins) {
return rep.find_i(key, ins);
}