mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 00:26:04 +00:00

MSVC 2012 cannot infer any move special members, but it will call them if available. MSVC 2013 cannot infer move assignment. Therefore, explicitly implement the special members for the ExecutionContext class and its contained types. llvm-svn: 217887