On quarta-feira, 13 de maio de 2020 01:41:26 PDT Иван Комиссаров wrote:
> std::span<Product> Project::productsSpan() const & { return d->products; }
> std::span<Product> Project::productsSpan() const && = delete;Now implement either or both of these functions if internally you have a QSet<Products>. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
