mirror of
https://github.com/boostorg/program_options.git
synced 2026-02-02 09:02:14 +00:00
config file parser now stores original_tokens, Fixes #2727
[SVN r58233]
This commit is contained in:
@@ -111,6 +111,9 @@ namespace boost { namespace program_options { namespace detail {
|
||||
this->value().value.clear();
|
||||
this->value().value.push_back(value);
|
||||
this->value().unregistered = !registered;
|
||||
this->value().original_tokens.clear();
|
||||
this->value().original_tokens.push_back(name);
|
||||
this->value().original_tokens.push_back(value);
|
||||
break;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user