mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-08-30 01:49:07 +02:00
`cxxopts` doesn't modify the contents of the argv strings. This changes the parse function to take a reference to a `const char**`.
`cxxopts` doesn't modify the contents of the argv strings. This changes the parse function to take a reference to a `const char**`.