#ifndef unordered_map_hh_INCLUDED #define unordered_map_hh_INCLUDED #include "hash.hh" #include "memory.hh" #include namespace Kakoune { template using UnorderedMap = std::unordered_map, std::equal_to, Allocator, domain>>; } #endif // unordered_map_hh_INCLUDED