
14 Mar
2004
14 Mar
'04
10:02 a.m.
Hi Jan,
I guess a deque cannot guarantee sequential data. Or could it with a special allocator?
I don't understand this question.
I mean a vector and a circular_buffer can pass a pointer to their data to C-style functions. A deque cannot because it's data is not guaranteed to be sequential. The question is if a deque could provide this guarantee somehow using eg. a special allocator. br Thorsten