Opened 6 years ago

Last modified 6 years ago

#12154 new Bugs

[program_options] disable "long_allow_adjacent" and "short_allow_adjacent",it doesn't work

Reported by: 714702751@… Owned by: Vladimir Prus
Milestone: To Be Determined Component: program_options
Version: Boost 1.60.0 Severity: Problem
Keywords: style Cc:

Description

I set the style as follows when parsing command line for disabling the format"--test=1"and "-t1",it doesn't work. .style(

boost::program_options::command_line_style::unix_style boost::program_options::command_line_style::long_allow_adjacent boost::program_options::command_line_style::short_allow_adjacent)

Change History (1)

comment:1 by anonymous, 6 years ago

( unix_style ) xor ( long_allow_adjacent) xor (short_allow_adjacent)

Note: See TracTickets for help on using tickets.