Release v3.0.0
Breaking changes
This includes breaking changes, hence the new major version.
get<>()
now returns astd::span<>
instead of astd::vector<>*
formultiple<>
options.
Changelog
- Added a feature that allows options to reference other options during parsing.
- Added a feature that allows options to be overridden when specified more than once.
- Fixed a problem that caused us to no longer compile on Windows when compiling w/ MSVC 19.38 or later.
- Amended the test suite to make sure it still compiles in C++20 mode on both Linux and Windows.