4 May
2005
4 May
'05
11:33 a.m.
"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