jarro2783 / cxxopts

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

Fix ordering of parse_value functions #420

Closed jarro2783 closed 6 months ago

jarro2783 commented 6 months ago

Fixes #419. Put the definitions of parse_value functions before they are called so that the right ones are chosen.


This change is Reviewable