mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-03 11:18:39 +02:00
Fixes #109. Although we always used numbers in the ASCII range, it was in a `size_t`, leading to a warning about possible loss of data on some compilers.