mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Rename to swapWith and use a template parameter
This commit is contained in:
@@ -122,7 +122,7 @@ bool StringArray::operator!= (const StringArray& other) const noexcept
|
||||
|
||||
void StringArray::swapWith (StringArray& other) noexcept
|
||||
{
|
||||
strings.swapWithArray (other.strings);
|
||||
strings.swapWith (other.strings);
|
||||
}
|
||||
|
||||
void StringArray::clear()
|
||||
|
||||
Reference in New Issue
Block a user