clang-tidy: use auto
Found with hicpp-use-auto Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
4a041625a6
commit
51d42fd5fe
@ -1889,7 +1889,7 @@ OptionParser::parse(int argc, const char* const* argv)
|
||||
{
|
||||
int current = 1;
|
||||
bool consume_remaining = false;
|
||||
PositionalListIterator next_positional = m_positional.begin();
|
||||
auto next_positional = m_positional.begin();
|
||||
|
||||
std::vector<std::string> unmatched;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user