mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
DenseMap's move assignment operator needs to return *this
llvm-svn: 157644
This commit is contained in:
parent
bfbc51bb8f
commit
bbf03d028e
@ -256,6 +256,7 @@ public:
|
||||
DestroyAll();
|
||||
init(0);
|
||||
swap(other);
|
||||
return *this;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user