[Development] Proposal: Deprecate QVector in Qt 6

Simon Hausmann Simon.Hausmann at qt.io
Thu Apr 23 16:29:29 CEST 2020


Hi,

I think your proposal is fine, too - still counts as something that improves the situation for our users and our API. And they'd certainly appreciate one deprecation warning less ;-)


Simon
________________________________
From: Development <development-bounces at qt-project.org> on behalf of Thiago Macieira <thiago.macieira at intel.com>
Sent: Thursday, April 23, 2020 15:52
To: development at qt-project.org <development at qt-project.org>
Subject: Re: [Development] Proposal: Deprecate QVector in Qt 6

On Thursday, 23 April 2020 02:15:29 PDT Simon Hausmann wrote:
> Proposed:
>
>     template <typename T> using QVector = QList<T>; // mark deprecated
>     template <typename T> class QList { $(implementation to be moved); }

Proposal 2:

    template <typename T> class QList { $(implementation to be moved); }
    template <typename T> using QVector = QList<T>;

no deprecation.
--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Development mailing list
Development at qt-project.org
https://lists.qt-project.org/listinfo/development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20200423/2abfe6d8/attachment.html>


More information about the Development mailing list