[Development] QList for Qt 6

Konstantin Shegunov kshegunov at gmail.com
Tue May 21 10:30:13 CEST 2019


On Tue, May 21, 2019 at 11:04 AM Giuseppe D'Angelo via Development <
development at qt-project.org> wrote:

> which ones of the following guarantee
> integrity of references, i.e., _heap allocate every single element?
>

That's a hard one. Especially since very few could keep in their brain a
list of the sizes of each and every one class from Qt. It also differs
depending on architecture.
For example:
QList<QPoint> may (does on x86, doesn't on x64),
while
QList<QPointF> for sure does.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20190521/fdf22928/attachment.html>


More information about the Development mailing list