1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-25 18:02:40 +00:00
OpenMW/components
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
..
2022-10-09 16:44:18 +02:00
2023-07-08 11:28:56 +02:00
2023-07-12 14:48:09 +01:00
2023-07-26 11:47:50 +02:00
2023-07-26 11:47:50 +02:00
2023-04-03 14:16:05 +02:00
2023-06-13 10:06:59 +02:00
2023-07-22 01:31:55 +02:00
2023-07-09 10:14:27 +00:00
2023-07-28 07:46:20 +00:00
2023-07-28 07:46:20 +00:00
2023-07-28 07:46:20 +00:00
2023-04-30 16:26:03 +02:00
2022-09-22 21:35:26 +03:00
2023-06-08 21:10:09 +02:00
2023-04-30 16:26:03 +02:00
2022-09-22 21:35:26 +03:00
2023-01-04 12:22:16 +01:00
2022-09-22 21:35:26 +03:00
2023-06-08 21:10:12 +02:00
2022-04-25 00:25:46 +02:00