cxxopts/include
Kjetil Andresen 216f2ca85c Support 'const char*' arguments in Options::parse
Internally, the cxxopts library doesn't modify the contents
of the arguments passed in as 'argv' in Options::parse, so
from a constness point of view it is more correct to use
'const char*' internally.
2020-08-08 11:19:13 +02:00
..
cxxopts.hpp Support 'const char*' arguments in Options::parse 2020-08-08 11:19:13 +02:00