]> granicus.if.org Git - clang/commit
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)
commitaf4e2b1652d0704a3e10bbbc39bc5fcdb5f988ca
tree87c5ba1742561ffe5498b1331469f53facc4cbdb
parent053ebfe0e764b6ed5c00d1734ba77e9f94c37770
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)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263732 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/UnresolvedSet.h