On Tue, May 21, 2019 at 11:04 AM Giuseppe D'Angelo via Development < [email protected]> 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.
_______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
