make test c++11 compatible

This commit is contained in:
greg
2020-10-18 10:53:29 -04:00
parent b1f76095bf
commit c32372b342
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -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;