mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add noexcept qualifier to swaps and moves.
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
||||
{
|
||||
value.clear ();
|
||||
}
|
||||
void swap (STArray & a)
|
||||
void swap (STArray & a) noexcept
|
||||
{
|
||||
value.swap (a.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user