qt6-bb10/tests/auto/corelib/serialization/qcborstreamreader
Thiago Macieira 6978951d5e Fix users of static max_size()
Container::max_size() is a _non-static_ member function in the STL, so
we can't call it as C::max_size(). Instead, use the newly-added,
Qt-style camel-case maxSize(), which we will keep static constexpr.

Task-number: QTBUG-128450
Change-Id: I839df90a91cced85f000c7d2744ba547f629ed98
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 6c15f99853c4cecd9285e189a441392a397b0f82)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-08-31 08:56:31 +00:00
..
CMakeLists.txt tst_QCborStreamReader: port to QTEST_THROW_ON_FAIL 2024-06-17 23:17:50 +00:00
tst_qcborstreamreader.cpp Fix users of static max_size() 2024-08-31 08:56:31 +00:00