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 c0cee7f commit a495b02Copy full SHA for a495b02
include/boost/program_options/option.hpp
@@ -31,6 +31,7 @@ namespace boost { namespace program_options {
31
basic_option(const std::string& xstring_key,
32
const std::vector< std::string> &xvalue)
33
: string_key(xstring_key)
34
+ , position_key(-1)
35
, value(xvalue)
36
, unregistered(false)
37
, case_insensitive(false)
0 commit comments