diff options
author | Oleg Sidorkin <osidorkin@gmail.com> | 2022-02-10 16:49:36 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:36 +0300 |
commit | 5ce74d4fee2d42a4b86efc02dfdc704d458760e1 (patch) | |
tree | f16a3558ca40d453a1c6a2ed764bd75d64cffade /library/cpp/containers/flat_hash/lib/map.h | |
parent | cd33f9aa8461f8e2b0b9e68efbb6bc9856197dc9 (diff) | |
download | ydb-5ce74d4fee2d42a4b86efc02dfdc704d458760e1.tar.gz |
Restoring authorship annotation for Oleg Sidorkin <osidorkin@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/containers/flat_hash/lib/map.h')
-rw-r--r-- | library/cpp/containers/flat_hash/lib/map.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/library/cpp/containers/flat_hash/lib/map.h b/library/cpp/containers/flat_hash/lib/map.h index f77c318a61..42fa0dda35 100644 --- a/library/cpp/containers/flat_hash/lib/map.h +++ b/library/cpp/containers/flat_hash/lib/map.h @@ -4,8 +4,8 @@ #include "concepts/iterator.h" #include <util/generic/algorithm.h> -#include <util/generic/mapfindptr.h> - +#include <util/generic/mapfindptr.h> + namespace NFlatHash { namespace NPrivate { @@ -34,15 +34,15 @@ class TMap : private TTable<Hash, NPrivate::TMapKeyGetter, Probing, SizeFitter, - Expander>, - public TMapOps<TMap<Key, - T, - Hash, - KeyEqual, - Container, - Probing, - SizeFitter, - Expander>> + Expander>, + public TMapOps<TMap<Key, + T, + Hash, + KeyEqual, + Container, + Probing, + SizeFitter, + Expander>> { private: using TBase = TTable<Hash, |