$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kresimir Fresl (fresl_at_[hidden])
Date: 2002-02-03 04:29:30
jhrwalter wrote:
> --- Peter Schmitteckert (boost) <boost_at_s...> wrote:
>>-> Am I correct that this makes only sense for the dense
>> numerics::unbounded_array memory shemes.
> Currently yes.
And why not for numerics::bounded_array and std::vector?
(I know that standard does not guarantee that std::vector's
storage is contiguous, but there is a defect report and AFAIK
all current implementations use contiguous storage.)
fres