Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3732: Detect platform to choose delimiter to use for reading options from command line
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-09 09:52:58
#3732: Detect platform to choose delimiter to use for reading options from command
line
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: vladimir_prus
Type: Feature Requests | Status: new
Milestone: | Component: program_options
Version: Boost 1.41.0 | Severity: Cosmetic
Keywords: |
------------------------------+---------------------------------------------
Comment(by s_ochsenknecht):
Hi,
I'm not so much familiar with other style than Linux/POSIX.
In program_options/parsers.hpp is a style enum defined, the default is set
to unix_style which is:
{{{
unix_style = (allow_short | short_allow_adjacent |
short_allow_next
| allow_long | long_allow_adjacent | long_allow_next
| allow_sticky | allow_guessing
| allow_dash_for_short)
}}}
How would it look like for Windows (ar long options allowed for
windows....)? What other style's do we have (MacOS, ...) ?
Thanks,
Sascha
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3732#comment:1> 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:02 UTC