dolphin/Source
Lioncash 45f7883ed8 IR_X86: Make RegInfo uncopyable
Hiding and not implementing the copy constructor is a pre-C++11 thing.
It should also be noted that a copy constructor, as defined by the language,
contains a const qualifier on its parameter, so this wouldn't have
prevented copies from being performed.

It also follows that if the copy constructor is deleted, then copy
assignment should also be forbidden.
2017-01-16 17:27:03 -05:00
..
Android Android: Change Exit Without Saving to Save and Exit 2017-01-10 17:12:42 -05:00
Core IR_X86: Make RegInfo uncopyable 2017-01-16 17:27:03 -05:00
DSPSpy Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSPTool DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
PCH Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
UnitTests Common: Add bit utility header 2017-01-14 11:16:02 -05:00
VSProps Add a __LIBUSB__ define 2016-10-03 21:07:12 +02:00
.clang-format specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
CMakeLists.txt Fix various comment typos 2016-10-24 18:27:49 +02:00
dolphin-emu.sln Implement experimental Vulkan backend 2016-10-01 02:40:01 +10:00