mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-16 15:12:11 +01:00
Converted a load of spelt out iterators to auto
This commit is contained in:
@@ -120,7 +120,7 @@ namespace Catch {
|
||||
node = m_rootSection;
|
||||
} else {
|
||||
SectionNode& parentNode = *m_sectionStack.back();
|
||||
SectionNode::ChildSections::const_iterator it =
|
||||
auto it =
|
||||
std::find_if(parentNode.childSections.begin(),
|
||||
parentNode.childSections.end(),
|
||||
BySectionInfo(sectionInfo));
|
||||
|
||||
Reference in New Issue
Block a user