Boost logo

Boost :

Subject: Re: [boost] [rfc] sized_array
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2010-02-08 19:17:55


On 8 February 2010 19:09, Tim Blechmann <tim_at_[hidden]> wrote:
> [...] in contrary to std::vector, which is only required to
> support random-access iterators (which are implementation-defined), my
> class guaranties to allocate the data in one consecutive memory area. [...]
>

As of C++03, std::vector is contiguous, so I'm not convinced by the
utility of this.


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