Despite the name, this class is copyable, as evidenced by the fact it has a copy constructor. But that copy constructor causes the implicitly- declared copy-assignment operator to be deprecated. warning: implicitly-declared ‘constexpr Movable& Movable::operator=(const Movable&)’ is deprecated [-Wdeprecated-copy] tst_containerapisymmetry.cpp:55:5: note: because ‘Movable’ has user-provided ‘Movable::Movable(const Movable&)’ Amends 2e1763d83a1dacfc5b747934fb77fa7cec7bfe47 (5.14). Pick-to: 6.8 6.5 Change-Id: Ie661f7361a8d86648b21fffdaf9e7d076f86ebe9 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 54069d37efa047de5ad7bdf1580720de61b9acd2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 8bb365b0c57bef1267c8453176e3a34c7b7e54f9)
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%