diff options
author | alevitskii <alevitskii@yandex-team.com> | 2025-01-20 21:52:05 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2025-01-20 22:31:15 +0300 |
commit | c9d773da0955088ede07abe271f712d9138694db (patch) | |
tree | e8143a9d6db70f60d639b1ae7f2e1cbac7556908 /util/generic/hash_table.h | |
parent | c5a9fee73a0e921ad63674012d1730c96e45fa27 (diff) | |
download | ydb-c9d773da0955088ede07abe271f712d9138694db.tar.gz |
clang-format 18 in STYLE_CPP
clang-format 18 in STYLE\_CPP
commit_hash:e2018ac17a95817f09e131ee6d5316b2bdc2d39e
Diffstat (limited to 'util/generic/hash_table.h')
-rw-r--r-- | util/generic/hash_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/hash_table.h b/util/generic/hash_table.h index b33ad4f596..beb7f8cfc8 100644 --- a/util/generic/hash_table.h +++ b/util/generic/hash_table.h @@ -348,7 +348,7 @@ private: * Note that there are no specializations for the case when only one or two * of the functors are empty as this is a case that's just way too rare. */ -template <class HashFcn, class ExtractKey, class EqualKey, class Alloc, bool IsEmpty = std::is_empty<HashFcn>::value&& std::is_empty<ExtractKey>::value&& std::is_empty<EqualKey>::value> +template <class HashFcn, class ExtractKey, class EqualKey, class Alloc, bool IsEmpty = std::is_empty<HashFcn>::value && std::is_empty<ExtractKey>::value && std::is_empty<EqualKey>::value> class _yhashtable_base: public _allocator_base<Alloc> { using base_type = _allocator_base<Alloc>; |