aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers
diff options
context:
space:
mode:
authorabokov <abokov@yandex-team.ru>2022-02-10 16:49:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:57 +0300
commitdb144972bc686626e62c9bb5b84d932f987dc8ef (patch)
treee0ed404f8a8785b89e2f0edb6d22cc8ad474ece0 /library/cpp/containers
parentefc32853c4263131bc59412eaf1a9e4aaae2a1f9 (diff)
downloadydb-db144972bc686626e62c9bb5b84d932f987dc8ef.tar.gz
Restoring authorship annotation for <abokov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/containers')
-rw-r--r--library/cpp/containers/str_map/str_map.h2
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 31b00d1b99..8c00b2c6e0 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;