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>;
|
||||
}
|
||||
#else
|
||||
namespace blt {
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
namespace blt {
|
||||
|
||||
template<typename K, typename V,
|
||||
typename Hash = std::hash<K>,
|
||||
|
|
Loading…
Reference in New Issue