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 | 3288844da9a26e598b08a1f4c2362603bcf1f506 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/hash.h | |
parent | c38d513b2c4ace7c22019ef4cc24003204b77391 (diff) | |
download | ydb-3288844da9a26e598b08a1f4c2362603bcf1f506.tar.gz |
Restoring authorship annotation for <sievlev@yandex-team.ru>. Commit 2 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 eabf69268a..e46db21fa9 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); } |