qt6-bb10/tests/benchmarks/corelib/tools/qvector
Lars Knoll 06456873fc Get rid of QT_STRICT_ITERATORS
The concept was a nice idea to avoid accidental detach() calls
in implicitly shared containers, but it conflicts with a C++11
compatible API for them, with signatures for modifying methods
taking a const_iterator as argument and returning an iterator
(e.g. iterator erase(const_iterator)).

Change-Id: Ia33124bedbd260774a0a66f49aedd84e19c9971b
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-11-04 12:52:26 +00:00
..
main.cpp Updated license headers 2016-01-21 18:55:18 +00:00
outofline.cpp Bump version to Qt 6 2019-05-14 12:14:08 +00:00
qrawvector.h Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
qvector.pro Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00