$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.49.0] New libraries in 1.49.0?
From: Tim Blechmann (tim_at_[hidden])
Date: 2012-01-30 20:11:59
> >> What are the new libraries in 1.49.0?
> > 
> > boost.heap [1]
> > 
> > cheers, tim
> > 
> > [1] http://boost-sandbox.sourceforge.net/doc/html/heap.html
> 
> Nice; will Boost.Graph be using these its algorithms (e.g. Dijkstra)?
bgl has its own heap implementations, which are really optimized for its use 
case as they assume that priority keys are integer values. boost.heap is much 
more generic, so it might not make sense to change bgl ...
cheers, tim