mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
![Lioncash](/assets/img/avatar_default.png)
Uses delete to make the unimplemented functions detectable at compile time and not link time if they are used. The move constructor and assignment operator are removed as moves are not copies, but transfers of ownership, which isn't suited for this class.