25 #ifndef _JIT_COMPILER2_ALLOC_MAP
26 #define _JIT_COMPILER2_ALLOC_MAP
36 template<
class Key,
class T,
class Compare = std::less<Key> >
38 typedef std::map<Key, T, Compare, Allocator<std::pair<Key, T> > >
type;
41 template<
class Key,
class T,
class Compare = std::less<Key> >
43 typedef std::multimap<Key, T, Compare, Allocator<std::pair<Key, T> > >
type;
std::map< Key, T, Compare, Allocator< std::pair< Key, T > > > type
std::multimap< Key, T, Compare, Allocator< std::pair< Key, T > > > type