25 #ifndef _JIT_COMPILER2_ALLOC_SET
26 #define _JIT_COMPILER2_ALLOC_SET
36 template<
class Key,
class Compare = std::less<Key> >
38 typedef std::set<Key, Compare, Allocator<Key> >
type;
41 template<
class Key,
class Compare = std::less<Key> >
43 typedef std::multiset<Key, Compare, Allocator<Key> >
type;
std::set< Key, Compare, Allocator< Key > > type
std::multiset< Key, Compare, Allocator< Key > > type