$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-08 10:34:43
----- Original Message -----
From: "Toon Knapen" <toon.knapen_at_[hidden]>
> >
> > Ok, I understand the problem. May be we'll have to analyze, if and
> > how it's possible to build a compressed_array with deferred sorting.
> > BTW aren't others working on array containers with a std::map like
> > interface already?
>
>
> who are you thinking of ?
Maybe me.
When I was doing sparse matrix stuff, we needed compressed storage whose
sort order was determined based on criteria other than the usual ones.
-Dave