Remove some explicit copy assignment operators is favor of implicit ones, as their...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:20:13 +0000 (19:20 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:20:13 +0000 (19:20 +0000)
commitf7699e85c045a2a7552a2bd3d1c023b8e293452f
tree60d794c4742f266640af0a6ee5e0fcbd968b3d0d
parent2a6c6e914a0d75699f717b45caefeb86a71116ff
Remove some explicit copy assignment operators is favor of implicit ones, as their presence makes the use of the implicit copy ctor deprecated in C++11

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231102 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h