
9 Feb
2010
9 Feb
'10
12:17 a.m.
On 8 February 2010 19:09, Tim Blechmann <tim@klingt.org> 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.