[Development] QList

Ville Voutilainen ville.voutilainen at gmail.com
Thu May 18 10:58:23 CEST 2017


On 27 April 2017 at 17:57, Thiago Macieira <thiago.macieira at intel.com> wrote:
> On Thursday, 27 April 2017 01:19:16 -03 Marc Mutz wrote:
>> On 2017-04-26 23:38, Konstantin Tokarev wrote:
>> > 26.04.2017, 08:04, "Marc Mutz" <marc.mutz at kdab.com>:
>> >> Users
>> >> that need a queue can use std::deque. If you don't iterate over it,
>> >> it's
>> >> a more than acceptable container.
>> >
>> > std::deque is not a contiguous container, unlike QList or QVector
>>
>> Here's news for you: QList is not a contiguous container.
>
> Sometimes it is.


Not relevant to this post, but the QUIP is here for review:
https://codereview.qt-project.org/#/c/194984/



More information about the Development mailing list