jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.16k stars 582 forks source link

Fix noexcept warning #391

Closed Hespian closed 1 year ago

Hespian commented 1 year ago

Fixes a warning when compiling with gcc with C++20 and -Wnoexcept enabled


This change is Reviewable