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@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to