forked from boostorg/unordered
stylistic
This commit is contained in:
@ -1061,10 +1061,10 @@ public:
|
|||||||
if(pocma||al()==x.al()){
|
if(pocma||al()==x.al()){
|
||||||
using std::swap;
|
using std::swap;
|
||||||
reserve(0);
|
reserve(0);
|
||||||
|
move_assign_if<pocma>(al(),x.al());
|
||||||
|
swap(size_,x.size_);
|
||||||
swap(arrays,x.arrays);
|
swap(arrays,x.arrays);
|
||||||
swap(ml,x.ml);
|
swap(ml,x.ml);
|
||||||
swap(size_,x.size_);
|
|
||||||
move_assign_if<pocma>(al(),x.al());
|
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
reserve(x.size());
|
reserve(x.size());
|
||||||
|
Reference in New Issue
Block a user