summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2013-08-31 23:44:26 -0400
committercomex <comexk@gmail.com>2013-09-01 00:04:50 -0400
commita6f6695ecd9370fd4a0edc710fd7ac50b34c5875 (patch)
tree7b8edbfc7521439ce31cd953454f25a590af0e0c /Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
parent5209abeb03a6c8ead889d92128a17b3e474fedb2 (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp')
0 files changed, 0 insertions, 0 deletions