Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2000-05-29 17:41:17


A bit like that. associative_vector<> is based on the underlying rb_tree
interface in the STLport. vector_set<> and vector_multiset<> build on that
trivially to produce the same interface as std::set<> and std::mutltiset<>.

-Dave

----- Original Message -----
From: <jsiek_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Monday, May 29, 2000 4:24 PM
Subject: Re: [boost] Boost 1.14.3 posted on web site

> Hi Dave,
>
> David Abrahams writes:
> > 3. I am putting together an associative_vector<>, along with
vector_set<>
> > and vector_multiset<> for submission by the end of the day.
>
> Are these like Matt Austern's sorted_vector class (in an article from
> C++ Report)? If so I'm looking forward to seeing them. I've also got
> an implementation written up... would be good to compare notes.
>
> Cheers,
>
> Jeremy
>
> ------------------------------------------------------------------------
> Find long lost high school friends:
> http://click.egroups.com/1/4056/3/_/9351/_/959631848/
> ------------------------------------------------------------------------
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk