commit | 61e184dbe5594eb9243bcf91bd7b4bc5d68e69c5 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <reid@kleckner.net> | Tue Sep 16 17:28:15 2014 +0000 |
committer | Reid Kleckner <reid@kleckner.net> | Tue Sep 16 17:28:15 2014 +0000 |
tree | 4dafd3ea41a39bc2c9dcd1d54007191a1e0d4318 | |
parent | 763d8b2ef7fe7926c0f82fc725ee8d2cb40c51a9 [diff] |
Fix move-only type issues in Interpreter with MSVC 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217887 91177308-0d34-0410-b5e6-96231b3b80d8