mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-09 19:02:59 +01:00
This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).