Address more of PVS studio warnings

This commit is contained in:
Martin Hořeňovský
2017-07-25 15:45:50 +02:00
parent 46bf7605f4
commit b6f62af7d1
4 changed files with 7 additions and 7 deletions

View File

@@ -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 {}