25 #ifndef _JIT_COMPILER2_ALLOC_UNORDERED_MAP
26 #define _JIT_COMPILER2_ALLOC_UNORDERED_MAP
40 class KeyEqual = std::equal_to<Key>
49 class KeyEqual = std::equal_to<Key>
cacao::unordered_multimap< Key, T, Hash, KeyEqual, Allocator< std::pair< const Key, T > > > type
cacao::unordered_map< Key, T, Hash, KeyEqual, Allocator< std::pair< const Key, T > > > type