We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62bcae commit 5228390Copy full SHA for 5228390
include/CLI/App.hpp
@@ -420,7 +420,7 @@ class App {
420
bool retval = true;
421
variable.clear();
422
for(const auto &elem : res) {
423
- for (const auto &var : CLI::detail::split(elem, delimiter)) {
+ for(const auto &var : CLI::detail::split(elem, delimiter)) {
424
variable.emplace_back();
425
retval &= detail::lexical_cast(var, variable.back());
426
}
0 commit comments