25 #ifndef _JIT_COMPILER2_ALLOC_QUEUE
26 #define _JIT_COMPILER2_ALLOC_QUEUE
36 template<class T, class Container = typename alloc::deque<T>::type>
38 typedef std::queue<T,Container>
type;
44 class Compare = std::less<typename Container::value_type>
46 typedef std::priority_queue<T,Container,Compare>
type;
std::deque< T, Allocator< T > > type
std::priority_queue< T, Container, Compare > type
std::queue< T, Container > type