QVarLengthArray is the only Qt container currently known to be fine. std::vector is supposed to be fine, too, since C++14. Turns out that libstdc++ gets resize(n, v) wrong, though, because it never implemented the resolution to wg21.link/lwg2033. Known issue, linked in code comment. Worked around for the time being. Keeping std::vector in, though, because in this test suite we do cross-check with std::vector, and other platforms, and most of GCC's std::vector functions, adhere to the standard. Pick-to: 6.5 Change-Id: I26e11c4a100695c604cebcf7e14a1ae5078d9ec7 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 3c0fdd7341ed4bff9b5f041e9f4646265d142303) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%