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