1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/apps/openmw_test_suite/esm3
elsid 66c5944ecf
Fix use after move in InfoOrder::insertInfo
When it->second.mPosition->mPrev != value.mPrev value is first moved into
*mPosition and then used to get mPrev. Since mPrev is RefId and it's copy-only
type there is no real problem but coverity complains about it.

Also enforce contract of insertInfo to support move-only types by adding a test
for a value type with deleted copy constructors.
2023-07-30 13:37:53 +02:00
..
readerscache.cpp Drop support for --fs-strict 2023-06-08 21:10:09 +02:00
testesmwriter.cpp
testinfoorder.cpp Fix use after move in InfoOrder::insertInfo 2023-07-30 13:37:53 +02:00
testsaveload.cpp