Subject: [Boost-bugs] [Boost C++ Libraries] #12154: [program_options] disable "long_allow_adjacent" and "short_allow_adjacent", it doesn't work
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-04-26 08:14:06
#12154: [program_options] disable "long_allow_adjacent" and
"short_allow_adjacent",it doesn't work
------------------------------+-----------------------------
Reporter: 714702751@⦠| Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: program_options
Version: Boost 1.60.0 | Severity: Problem
Keywords: style |
------------------------------+-----------------------------
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)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12154> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC