mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-22 09:51:57 -08:00
5865a10885
Variables that are marked as const cannot have the move constructor invoked when returning from a function (the move constructor requires a non-const variable so it can "steal" the resources from it.