mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-04 09:13:45 +00:00
If the variable being moved is const, then std::move will always perform a copy (since it can't actually move the data).
If the variable being moved is const, then std::move will always perform a copy (since it can't actually move the data).