cxxopts/include
Eyal Rozenberg 8e525e26f9 Changes following CR by @jarro2783:
* Added a `CHANGELOG.md` entry about the multiple-long-names feature.
* Simplified the separation of the short name from the long names using `std::partition`
* Using C-style logical operators: `!`, `&&`, `||` rather than `not`, `and`, `or`
* `std::move()`ing from a vector of strings instead of just copying it.
* `constexpr const` -> just `constexpr`, since that implies const, weirdly enough.
2022-07-14 01:43:18 +03:00
..
CMakeLists.txt Cmake Revamp (#270) 2021-01-17 12:11:02 +11:00
cxxopts.hpp Changes following CR by @jarro2783: 2022-07-14 01:43:18 +03:00