mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Address more of PVS studio warnings
This commit is contained in:
@@ -181,7 +181,7 @@ namespace Catch {
|
||||
node = *it;
|
||||
}
|
||||
m_sectionStack.push_back( node );
|
||||
m_deepestSection = node;
|
||||
m_deepestSection = std::move(node);
|
||||
}
|
||||
|
||||
void assertionStarting(AssertionInfo const&) override {}
|
||||
|
Reference in New Issue
Block a user