On Sunday, 26 February 2023 23:24:43 PST Hamish Moffatt via Interest wrote: > Is there a solution?
Remove the const in:
struct S
{
const QVector<int> v; // compiles if not const
};
If S is not copyable, then QVector can't copy it and QVector requires copying
all its elements.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Cloud Software Architect - Intel DCAI Cloud Engineering
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
