dolphin/Source/Core
Lioncash 53465e329a Common: Alter semantics of the NonCopyable mixin
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.
2015-09-06 13:45:08 -04:00
..
AudioCommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
Common Common: Alter semantics of the NonCopyable mixin 2015-09-06 13:45:08 -04:00
Core Merge pull request #2961 from lioncash/printf 2015-09-06 21:02:22 +12:00
DiscIO Merge pull request #2961 from lioncash/printf 2015-09-06 21:02:22 +12:00
DolphinQt Common: Remove StdMakeUnique.h 2015-09-06 04:09:53 -04:00
DolphinWX Merge pull request #2961 from lioncash/printf 2015-09-06 21:02:22 +12:00
InputCommon Add missing override specifiers 2015-09-05 22:40:19 -04:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends Merge pull request #2957 from phire/unify_efbcopy 2015-09-07 00:10:42 +12:00
VideoCommon Merge pull request #2957 from phire/unify_efbcopy 2015-09-07 00:10:42 +12:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00