Fix compilation issue redux

This commit is contained in:
greg
2022-01-31 17:46:36 -05:00
parent 02923b2944
commit 0bd7be75e7
+1 -1
View File
@@ -2652,7 +2652,7 @@ public:
const hasher& hash_param = hasher(),
const key_equal& eq = key_equal(),
const allocator_type& alloc = allocator_type()) :
parallel_hash_set(typename Inner::Params(bucket_cnt, hash_param, eq, alloc),
parallel_hash_set(typename Inner::Params{bucket_cnt, hash_param, eq, alloc},
phmap::make_index_sequence<num_tables>{})
{}