std:: hashmap variant fix
parent
b40c40efdc
commit
47354e1d8a
|
@ -41,9 +41,9 @@ namespace blt
|
||||||
using hashset_t = phmap::flat_hash_set<T, Hash, Eq, Alloc>;
|
using hashset_t = phmap::flat_hash_set<T, Hash, Eq, Alloc>;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
namespace blt {
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
namespace blt {
|
||||||
|
|
||||||
template<typename K, typename V,
|
template<typename K, typename V,
|
||||||
typename Hash = std::hash<K>,
|
typename Hash = std::hash<K>,
|
||||||
|
|
Loading…
Reference in New Issue