qt5base-lts/tests/auto/corelib/tools/qarraydata
Andrei Golubev 7a15d71def Fix possible corner cases in qarraydataops.h
Updated moveNonPod function to behave correctly under
exceptions being thrown. This is the version that was implemented
at some point but then got changed prior to merge. Added tests for
moveInGrowthDirection (which uses moveNonPod in general case) to
verify that range movements are correctly done

Updated QCommonArrayOps access modifier from private to protected
to allow testing of internal stuff by subclassing

Task-number: QTBUG-84320
Change-Id: Idb994a72ee601762e32248670cdc7819aaca0088
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-09-10 14:21:47 +02:00
..
CMakeLists.txt Separate exception safety primitives from operations 2020-08-18 12:55:38 +02:00
qarraydata.pro Separate exception safety primitives from operations 2020-08-18 12:55:38 +02:00
simplevector.h Add prepend optimization to QCommonArrayOps 2020-08-27 18:58:20 +02:00
tst_qarraydata.cpp Fix possible corner cases in qarraydataops.h 2020-09-10 14:21:47 +02:00