program_options, /Ob<n>
11 Apr
2006
11 Apr
'06
11:13 a.m.
Hello All, I'd like to parse cl.exe's command line with program_options. po::command_line_style::style_t op_style = po::command_line_style::style_t( po::command_line_style::allow_long | po::command_line_style::allow_long_disguise | po::command_line_style::long_allow_adjacent ); Parses only -Ob=<n> thanks
11 Apr
11 Apr
2 p.m.
Strelnikov Michael wrote:
Hello All,
I'd like to parse cl.exe's command line with program_options.
po::command_line_style::style_t op_style = po::command_line_style::style_t( po::command_line_style::allow_long | po::command_line_style::allow_long_disguise | po::command_line_style::long_allow_adjacent );
Parses only -Ob=<n>
Please try "allow_slash_for_short". Can't try right away, but should work. - Volodya
6792
Age (days ago)
6792
Last active (days ago)
1 comments
2 participants
participants (2)
-
Strelnikov Michael
-
Vladimir Prus