cxxopts/include
Kjetil Andresen 8183acf162 Fix argv const correctness in cxxopts::parse
When user code is working on a 'const char**' they have to do
a 'const_cast' in order to pass argv into the cxxopts::parse
function.

The rationale behind this commit is to accept both 'char**'
and 'const char**', but internally use 'const char**' due to
const correctness.
2020-08-06 19:29:23 +02:00
..
cxxopts.hpp Fix argv const correctness in cxxopts::parse 2020-08-06 19:29:23 +02:00