mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-08-29 17:40:19 +02:00
Fixes #83. Adds an overload for positional arguments taking a `std::initializer_list`. When using an `initializer_list` with one argument, the function call is ambiguous matching both `std::string` and `std::vector<std::string>`.