Version 2.3.2: Minor maintenance
This version provides a few fixes collected over the last three months before adding features for 2.4.
- Bugfix: Consistently use ADL for
lexical_cast
, making it easier to extend for custom template types #820 - Bugfix: Tweak the parsing of files for flags with
disable_flag_override
#800] - Bugfix: Handle out of bounds long long #807
- Bugfix: Spacing of
make_description
min option output #808 - Bugfix: Print last parsed subcommand's help message #822
- Bugfix: Avoid floating point warning in GCC 12 #803
- Bugfix: Fix a few gcc warnings #813
- Backend: Max CMake tested 3.22 -> 3.24 #823
New Contributors
- @DarkWingMcQuack made their first contribution in #803
- @SherlockInSpace made their first contribution in #808
- @captainurist made their first contribution in #820
- @VolkerChristian made their first contribution in #822
Full Changelog: v2.3.1...v2.3.2