$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-04-06 16:12:45
On Apr 6, 2006, at 8:46 PM, Fernando Cacciola wrote:
> Does anyone know the satus of these pending libraries?
They've been pending for a long time and may remain pending forever.
> I'm in need of a mutable priority queue.
If it fits what you need, there is the relaxed_heap data structure.
However, it has a rather minimal interface that's meant for the graph
library.
Doug