mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
make test c++11 compatible
This commit is contained in:
Vendored
+1
@@ -2360,6 +2360,7 @@ public:
|
||||
using EmbeddedSet = RefSet<Policy, Hash, Eq, Alloc>;
|
||||
using EmbeddedIterator= typename EmbeddedSet::iterator;
|
||||
using EmbeddedConstIterator= typename EmbeddedSet::const_iterator;
|
||||
using constructor = typename EmbeddedSet::constructor;
|
||||
using init_type = typename PolicyTraits::init_type;
|
||||
using key_type = typename PolicyTraits::key_type;
|
||||
using slot_type = typename PolicyTraits::slot_type;
|
||||
|
||||
Reference in New Issue
Block a user