mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-02 02:58:27 +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**`.