$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Torjo (john.lists_at_[hidden])
Date: 2003-12-23 00:33:54
Pavel Vozenilek wrote:
> "Joaquín Mª López Muñoz" <joaquin_at_[hidden]> wrote
>
>
>>I've just uploaded release 8 of my indexed_set library at
>>http://groups.yahoo.com/group/boost/files/indexed_set.zip
>>
>
>
> We would like to see feedback on this library - it may
> become first of new-generation 'smarter' containers
> so your input may help to shape the future ;-)
>
>
> Right now its main functionality is to provide multiple views
> into data set, each view being sorted differently.
we also have filter(_iterator) for that ;)
Also, rtl allows for having a re-sorted view of a container
(without modifying the container itself)
Best,
John