From ee28e9940c137fe4b92ea78a94840f7f2d1d2733 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 26 Jan 2017 17:24:11 -0500 Subject: [PATCH] Context: Code cleanup --- src/Context.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 5808d6ea6..883dd5b4e 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -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) {