mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
Add missing size swap() call to move-assign operator for foa::table
This commit is contained in:
@ -1056,6 +1056,7 @@ public:
|
||||
reserve(0);
|
||||
swap(arrays,x.arrays);
|
||||
swap(ml,x.ml);
|
||||
swap(size_,x.size_);
|
||||
move_assign_if<pocma>(al(),x.al());
|
||||
}
|
||||
else{
|
||||
|
Reference in New Issue
Block a user