qt6-bb10/tests/auto/corelib/tools/collections
Thiago Macieira 7cc977759b Use <type_traits> to properly have QVector<T>::parameter_type
That allows us to pass by value for all fundamental and pointer types.

This requires some magic to remove methods taking a T&& to avoid
ambiguous overloads for QVector<int/qsizetype>. Remove them for all
cases where parameter_type is T, as copying or moving will do
exactly the same thing for those types.

Change-Id: I8133fecd3ac29bb8f6ae57376e680bc3d616afbf
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-12-08 18:20:31 +01:00
..
.gitignore
collections.pro Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
tst_collections.cpp Use <type_traits> to properly have QVector<T>::parameter_type 2019-12-08 18:20:31 +01:00