$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] Heaps
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2011-05-31 11:33:01
Den 31-05-2011 16:54, Thorsten Ottosen skrev:
> Den 31-05-2011 16:05, Andrew Sutton skrev:
>> All,
>>
>> I'd like to announce the beginning of the review of the Heap library,
>> written by Tim Blechmann
>
> A quick glance. On the surface it looks really good.
Also, if it is not already possible, those heaps that use
an std::vector ir similar internally should have this data-structure
as a template argument s.t. we can easily change this. In some
application it might even be possible to use boost::array<T,N>.
-Thorsten