$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2005-05-04 06:33:15
"Dave Steffen" wrote:
> Forgive me if this is a stupid question: I'm looking around for an
> associative-container-implemented-as-a-sorted-vector sort of thing, a
> la Scott Meyer's "Effective STL" item 23. I could swear Boost had
> such a thing, maybe called "vec_multiset" or something, a while back.
> Is there such a thing about?
>
Shared Memorty library (in Sandbox files) contains almost
verbatim copy of Alexandrescu's assoc_vector.
It is possible the Singleton library (reviewed tomorrow)
will use this container as well.
/Pavel