There was an error fetching the commit references. Please try again later.
general: Move deleted copy/move constructor/assignment operators to public interface
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).
Showing
- src/core/hid/emulated_console.h 1 addition, 0 deletionssrc/core/hid/emulated_console.h
- src/core/hid/emulated_controller.h 0 additions, 2 deletionssrc/core/hid/emulated_controller.h
- src/core/hid/hid_core.h 1 addition, 0 deletionssrc/core/hid/hid_core.h
- src/core/hle/kernel/k_auto_object.h 4 additions, 3 deletionssrc/core/hle/kernel/k_auto_object.h
- src/core/hle/kernel/k_auto_object_container.h 1 addition, 3 deletionssrc/core/hle/kernel/k_auto_object_container.h
- src/core/hle/kernel/k_handle_table.h 1 addition, 2 deletionssrc/core/hle/kernel/k_handle_table.h
- src/core/hle/service/vi/display/vi_display.h 1 addition, 1 deletionsrc/core/hle/service/vi/display/vi_display.h
Loading
Please register or sign in to comment