mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
Fix compilation issue.
This commit is contained in:
Vendored
+1
-1
@@ -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>{})
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user