25 Nov
2013
25 Nov
'13
8:53 a.m.
i'd welcome this as contribution to boost.heap, if you want to integrate it there. however it provides two features for its priority_queue implementation, which are currently missing in the priority deque:
* mutability
Could you please clarify, does boost::heap::priority_queue support mutable interface?
no, but boost::heap's priority_queue is only a wrapper around the poor stl interface