Subject: [Boost-bugs] [Boost C++ Libraries] #3909: parse_command_line has bad declaration
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-08 11:22:17
#3909: parse_command_line has bad declaration
--------------------------+-------------------------------------------------
Reporter: anonymous | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: program_options
Version: Boost 1.42.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
The parse_command_line must receive const char* const argv[].
Change:
{{{
#!cpp
template<class charT>
basic_parsed_options<charT>
parse_command_line(int argc, charT* 'const' argv[],
....)
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3909> 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