dolphin/Source/Core/Common
comex a6f6695ecd Work around MSVC bug, and make it less likely to happen again. Ew.
MSVC insisted on using a copy assignment where a move was intended and
ought to be used.  This would have been caught, because the class in
question inherits from NonCopyable, which declares a move assignment
operator, which is supposed to delete the implicitly declared copy
assignment operator, but of course MSVC didn't do that either, causing a
class that should have been safe to be unsafe.
2013-09-01 00:04:50 -04:00
..
Src Work around MSVC bug, and make it less likely to happen again. Ew. 2013-09-01 00:04:50 -04:00
CMakeLists.txt Merge branch 'master' into wii-network 2013-08-23 00:51:12 +12:00
Common.vcxproj Merge branch 'master' into wii-network 2013-08-23 00:51:12 +12:00
Common.vcxproj.filters Merge branch 'master' into wii-network 2013-08-23 00:51:12 +12:00
SVNRevGen.vcxproj fix Common lib re-linking all the time 2012-03-18 05:47:55 -07:00
make_scmrev.h.js Remove "-0" from stable version numbers in a more foolproof manner for vs and cmake builds. 2013-08-10 17:19:19 -05:00