Fix compilation issue.

This commit is contained in:
greg
2022-01-31 17:33:48 -05:00
parent 0672f7d582
commit 02923b2944
+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(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>{})
{}