Seth Hillbrand
4a9994931a
Avoid double-move
...
This was flagged by coverity but doesn't seem to be an actual issue in
g++/clang. It technically leaves the moved rvalue in a "valid but
undefined state", so it is best to avoid. The single copy into an
lvalue is (I think) cheap
2023-12-17 21:25:39 -05:00
..
2023-09-24 00:21:06 +01:00
2023-09-07 08:53:30 +02:00
2022-02-05 21:00:34 -05:00
2023-11-28 16:02:39 -08:00
2023-09-09 22:00:04 -04:00
2023-12-17 20:56:15 -05:00
2023-09-09 18:39:24 -04:00
2023-02-22 01:44:06 +00:00
2022-11-05 10:53:57 -04:00
2023-02-16 18:30:46 +00:00
2023-11-01 15:53:11 +00:00
2023-06-14 09:44:10 -07:00
2023-09-16 14:41:43 +01:00
2023-09-24 00:21:06 +01:00
2023-10-09 07:04:50 +03:00
2023-12-17 21:14:08 -05:00
2022-01-10 23:22:23 +00:00
2022-03-26 16:21:23 +01:00
2023-09-24 00:21:06 +01:00
2023-02-10 22:45:07 +03:00
2022-07-16 19:51:32 +03:00
2023-09-19 20:31:14 -04:00
2023-12-17 21:25:39 -05:00
2022-12-06 22:28:23 -05:00
2022-03-18 17:51:09 +00:00
2023-09-15 16:21:50 +00:00