Don't erroneously set 'allow_unregisted' flag.
[SVN r22910]
This commit is contained in:
parent
e483571a66
commit
18a648ef27
@ -107,7 +107,7 @@ namespace boost { namespace program_options {
|
||||
basic_command_line_parser<char>::run() const
|
||||
{
|
||||
parsed_options result(m_desc);
|
||||
detail::cmdline cmd(m_args, m_style, true);
|
||||
detail::cmdline cmd(m_args, m_style);
|
||||
cmd.set_additional_parser(m_ext);
|
||||
|
||||
if (m_desc) {
|
||||
|
Loading…
Reference in New Issue
Block a user