qt6-bb10/tests/auto/corelib/kernel/qjniarray
Volker Hilsheimer 100071af82 QJniArray: fix const_iterator declaration, make it default-constructible
Iterators are required to be default-constructible and
value-initialized iterators must compare equal.

In a const_iterator, the pointee should be const, not
the iterator itself.

Found during header review.

Pick-to: 6.7
Task-number: QTBUG-119952
Change-Id: I036c0a62ade8c59dc5d62c0823b375223719af3f
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2024-01-24 00:26:37 +00:00
..
CMakeLists.txt
tst_qjniarray.cpp QJniArray: fix const_iterator declaration, make it default-constructible 2024-01-24 00:26:37 +00:00