25 #ifndef _JIT_COMPILER2_ALLOC_UNORDERED_SET
26 #define _JIT_COMPILER2_ALLOC_UNORDERED_SET
28 #include <unordered_set>
39 class Hash = std::hash<Key>,
40 class KeyEqual = std::equal_to<Key>
42 typedef std::unordered_set<Key, Hash, KeyEqual, Allocator<Key> >
type;
47 class Hash = std::hash<Key>,
48 class KeyEqual = std::equal_to<Key>
50 typedef std::unordered_multiset<Key, Hash, KeyEqual, Allocator<Key> >
type;
std::unordered_multiset< Key, Hash, KeyEqual, Allocator< Key > > type
std::unordered_set< Key, Hash, KeyEqual, Allocator< Key > > type