diff options
author | sievlev <sievlev@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
commit | c38d513b2c4ace7c22019ef4cc24003204b77391 (patch) | |
tree | 2d6749d50b5f7a18a7f6d8fba895a4fb633d60a5 /util/generic/hash.h | |
parent | 2441b91fbbba534805430952c0770c88c3df8236 (diff) | |
download | ydb-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.h | 2 |
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); } |