View Single Post
Old 03-05-2005, 04:27 PM   #6
eiz
New Member
 
Join Date: Feb 2005
Posts: 25
eiz is on a distinguished road
This is true, however priority_queue is a trivial class implemented on top of the STL heap algorithms (push_heap, pop_heap, make_heap, sort_heap and is_heap), so it's trivial to write your own variant if you need this functionality.
eiz is offline   Reply With Quote