$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2005-05-04 06:34:57
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?
>
You can also google for AssocVector (for instance Loki has one)