Skip to content
Snippets Groups Projects
Commit 11ff84f4 authored by jkaeber's avatar jkaeber
Browse files

Modified argv() to return the original "char **" instead of "char const **".

According to C99, section 5.1.2.2.1 (Program startup):
"The parameters argc and argv and the strings pointed to
 by the argv array shall be modifiable by the program, and
 retain their last-stored values between program startup and
 program termination."
And it makes using boost::program_options much easier :)
parent ed662f91
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment