Justin Davis
Justin Davis
For enum lookup/use it would be neat to see an option to use https://github.com/Neargye/magic_enum.
Would it be possible/worthwhile to have a version of this library that provides the file data in a constexpr context instead of hiding the data in a cpp file? This...
Moved the function requirement into a constexpr if statement and std::ignore any return value from a given function. added a super basic test.
Adds in `-Wshadow -Wdouble-promotion -Wextra` to examples to help enforce more strict compiler warnings. Also fixes up where argparse and tests fail these warnings.