diff options
author | lsurn <lsurn@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
commit | 45e70bb2432018a4704845621cd9ddd2ceab6ffb (patch) | |
tree | a152f2e39b9786afe16c2a9230f7c4b12a59e4ee /util/generic/hash_set.h | |
parent | 47a7e7b29636bfb2deb1df5f92363b3c75229c95 (diff) | |
download | ydb-45e70bb2432018a4704845621cd9ddd2ceab6ffb.tar.gz |
Restoring authorship annotation for <lsurn@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/hash_set.h')
-rw-r--r-- | util/generic/hash_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/hash_set.h b/util/generic/hash_set.h index e8088cf23b..5511c213a1 100644 --- a/util/generic/hash_set.h +++ b/util/generic/hash_set.h @@ -15,7 +15,7 @@ private: ht rep; using mutable_iterator = typename ht::iterator; - + public: using key_type = typename ht::key_type; using value_type = typename ht::value_type; |