mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-09 16:29:32 +01:00
Converted a load of spelt out iterators to auto
This commit is contained in:
@@ -274,7 +274,7 @@ namespace Catch {
|
||||
if( m_sectionStack.size() > 1 ) {
|
||||
Colour colourGuard( Colour::Headers );
|
||||
|
||||
std::vector<SectionInfo>::const_iterator
|
||||
auto
|
||||
it = m_sectionStack.begin()+1, // Skip first section (test case)
|
||||
itEnd = m_sectionStack.end();
|
||||
for( ; it != itEnd; ++it )
|
||||
|
||||
Reference in New Issue
Block a user