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
..
2022-02-05 21:00:34 -05:00
2023-11-28 16:02:39 -08:00
2023-06-14 09:44:10 -07:00
2022-01-10 23:22:23 +00:00
2023-12-17 21:25:39 -05:00