Remove defaulted move ops, the type is zero-cost copyable anyway, so there's no need...
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 17 Mar 2016 18:28:16 +0000 (18:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 17 Mar 2016 18:28:16 +0000 (18:28 +0000)
commitfef5c5a27a1e39f960517b01b57d4a7b6e859ef2
treeace24dffccfa0457b89d247d6ffd2f9cf6d7dca3
parentc80cb3d0c60a8ae517aa70630a14ed91a5c633ee
Remove defaulted move ops, the type is zero-cost copyable anyway, so there's no need for specific move ops

(addresses MSVC build error, since MSVC 2013 can't generate default move
ops)

llvm-svn: 263732
clang/include/clang/AST/UnresolvedSet.h