2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-12 06:45:51 +00:00
Lioncash 0e54861455 General: Remove unnecessary std::move calls
There's no real need to std::move a primitive type. A copy will be
performed either way. We can remove std::move in this case to improve
readability.
2020-03-22 00:56:04 -04:00
..