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
@@ -2657,7 +2657,7 @@ public:
|
||||
{}
|
||||
|
||||
template <std::size_t... i>
|
||||
parallel_hash_set(Inner::Params p,
|
||||
parallel_hash_set(typename Inner::Params p,
|
||||
phmap::index_sequence<i...>) : sets_{((void)i, p)...}
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user