mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-24 06:02:13 +00:00
reactive case_insensitive style for cmdline
[SVN r58273]
This commit is contained in:
@@ -58,12 +58,8 @@ namespace boost { namespace program_options {
|
||||
if (xm.m_final.count(name))
|
||||
continue;
|
||||
|
||||
// Ignore options which are not described
|
||||
//TODO: consider this.
|
||||
//if (desc.count(name) == 0)
|
||||
// continue;
|
||||
|
||||
const option_description& d = desc.find(name, false);
|
||||
const option_description& d = desc.find(name, false,
|
||||
false, false);
|
||||
|
||||
variable_value& v = m[name];
|
||||
if (v.defaulted()) {
|
||||
|
||||
Reference in New Issue
Block a user