wraitii
1877871be0
Fix issue with 5d2be02f68
...
std::string_views are created pointing to vector-owned strings, but
those strings can use Short String Optimisation (storing the data
inline, i.e. in vector memory). When the vector is resized, the strings
are moved and those string_views now point to invalid memory.
To fix it, use std::deque which does not invalidate pointers on
push_back.
Fixes 5d2be02f68 .
Reviewed By: vladislavbelov
Fixes #5950
Differential Revision: https://code.wildfiregames.com/D3441
This was SVN commit r24742.
2021-01-21 08:42:05 +00:00
..
2020-11-15 18:29:17 +00:00
2020-12-09 14:39:14 +00:00
2019-10-03 18:51:40 +00:00
2019-10-03 18:51:40 +00:00
2020-06-14 20:39:03 +00:00
2019-12-21 00:44:18 +00:00
2020-12-31 14:27:02 +00:00
2020-12-31 15:37:28 +00:00
2020-12-31 15:37:28 +00:00
2020-11-21 11:20:29 +00:00
2019-11-25 14:30:25 +00:00
2020-11-08 11:31:32 +00:00
2019-10-03 12:58:47 +00:00
2020-12-15 09:03:44 +00:00
2020-12-09 14:39:14 +00:00
2019-12-21 00:44:18 +00:00
2019-12-21 00:44:18 +00:00
2021-01-17 13:10:00 +00:00
2021-01-17 13:10:00 +00:00
2020-06-14 20:39:03 +00:00
2020-11-21 11:20:29 +00:00
2021-01-10 08:39:54 +00:00
2021-01-10 08:39:54 +00:00
2021-01-17 02:12:04 +00:00
2021-01-17 13:10:00 +00:00
2020-11-21 11:20:29 +00:00
2021-01-17 13:10:00 +00:00
2020-01-26 21:32:12 +00:00
2019-12-07 11:48:03 +00:00
2019-11-25 14:30:25 +00:00
2020-12-09 14:39:14 +00:00
2020-12-31 16:17:58 +00:00
2020-12-31 16:17:58 +00:00
2020-12-31 15:37:28 +00:00
2020-12-31 15:37:28 +00:00
2019-11-25 14:30:25 +00:00
2020-12-31 16:17:58 +00:00
2020-12-31 14:27:02 +00:00
2019-12-10 23:13:37 +00:00
2020-12-09 14:39:14 +00:00
2020-11-26 22:28:50 +00:00
2020-11-26 22:28:50 +00:00
2019-11-25 14:30:25 +00:00
2019-11-25 14:30:25 +00:00
2021-01-21 08:42:05 +00:00
2021-01-20 23:05:15 +00:00
2021-01-10 08:39:54 +00:00
2020-12-09 14:39:14 +00:00
2021-01-11 23:23:30 +00:00
2021-01-11 23:23:30 +00:00
2021-01-19 19:57:31 +00:00
2021-01-19 19:57:31 +00:00
2021-01-19 19:57:31 +00:00
2020-12-09 14:39:14 +00:00
2020-11-21 11:20:29 +00:00
2020-11-26 21:01:32 +00:00
2019-11-25 14:30:25 +00:00
2019-11-25 14:30:25 +00:00
2020-07-07 16:51:20 +00:00
2020-05-07 21:46:17 +00:00
2020-12-15 09:03:44 +00:00
2020-01-10 22:36:22 +00:00
2020-12-31 14:27:02 +00:00
2020-06-14 20:39:03 +00:00
2020-06-14 20:39:03 +00:00
2020-12-09 14:39:14 +00:00
2020-12-09 14:39:14 +00:00
2021-01-10 08:39:54 +00:00
2020-11-18 11:35:36 +00:00
2020-12-15 09:03:44 +00:00
2019-11-25 14:30:25 +00:00
2020-12-31 14:27:02 +00:00
2021-01-15 14:34:45 +00:00
2020-12-09 14:39:14 +00:00