Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
This commit is contained in:
@@ -1481,7 +1481,7 @@ private:
|
||||
}
|
||||
|
||||
this->avails.Filter(this->string_filter);
|
||||
this->avails.Compact();
|
||||
this->avails.shrink_to_fit();
|
||||
this->avails.RebuildDone();
|
||||
this->avails.Sort();
|
||||
|
||||
|
Reference in New Issue
Block a user