1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle
Lioncash 76d83ffbec 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).
2022-02-02 12:17:08 -05:00
..
kernel general: Move deleted copy/move constructor/assignment operators to public interface 2022-02-02 12:17:08 -05:00
service general: Move deleted copy/move constructor/assignment operators to public interface 2022-02-02 12:17:08 -05:00
api_version.h api_version: Update and add AtmosphereTargetFirmware 2021-09-10 01:10:47 -04:00
ipc.h hle: ipc: Add declarations for TIPC. 2021-05-10 15:05:10 -07:00
ipc_helpers.h service: Reduce header include overhead 2021-10-07 13:32:21 -04:00
result.h general: Remove MakeResult helpers 2021-11-02 17:23:19 -04:00