mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-21 20:10:07 +00:00

Move assignment operators and move constructors should ideally leave the object moved from in a state where resources aren't accessable.
Move assignment operators and move constructors should ideally leave the object moved from in a state where resources aren't accessable.