$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] contiguous Boost.Multimap?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-06-09 10:13:14
anony wrote:
>> AFAIK, they are stored contiguously.
>
> The documentation states, they can be stored just like C stores them,
> which some people in this newsgroup believe may be non-contiguous.
Who claimed such a thing?
An array is always stored contiguously; an array of arrays is no
different in that regard.