
25 Mar
2011
25 Mar
'11
8:02 a.m.
On Friday, March 04, 2011 18:19:45 Joel Falcou wrote:
No. you shield yourself from this by having a proper iterator/range types that hides said details of your internals. Code works with std::vector iterator everywhere and the concept iterator makes it possible to work even if w/e vendor decide to implement quantum information storage instead of contiguous one.
I believe that std::vector is required, these days, to implement continuous storage. Presumably, to take some flexibility from you ;-) - Volodya