diff options
author | abokov <abokov@yandex-team.ru> | 2022-02-10 16:49:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:57 +0300 |
commit | af7786701134cfc2bd577c1c39bbc39433b555d6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/containers | |
parent | db144972bc686626e62c9bb5b84d932f987dc8ef (diff) | |
download | ydb-af7786701134cfc2bd577c1c39bbc39433b555d6.tar.gz |
Restoring authorship annotation for <abokov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers')
-rw-r--r-- | library/cpp/containers/str_map/str_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/containers/str_map/str_map.h b/library/cpp/containers/str_map/str_map.h index 8c00b2c6e0..31b00d1b99 100644 --- a/library/cpp/containers/str_map/str_map.h +++ b/library/cpp/containers/str_map/str_map.h @@ -34,7 +34,7 @@ pool_insert(Map* m, const char* key, const typename Map::mapped_type& data, TBuf #define HASH_SIZE_DEFAULT 100 #define AVERAGEWORD_BUF 10 -template <class T, class HashFcn, class EqualTo, class Alloc> +template <class T, class HashFcn, class EqualTo, class Alloc> class string_hash: public THashMap<const char*, T, HashFcn, EqualTo, Alloc> { protected: TBuffer pool; |