Context: Code cleanup

This commit is contained in:
Paul Beckingham 2017-01-26 17:24:11 -05:00
parent 0b44862300
commit ee28e9940c

View file

@ -201,8 +201,8 @@ int Context::initialize (int argc, const char** argv)
cli2.analyze ();
// Extract a recomposed command line.
bool foundDefault = false;
bool foundAssumed = false;
auto foundDefault = false;
auto foundAssumed = false;
std::string combined;
for (auto& a : cli2._args)
{