jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.25k stars 590 forks source link

Remove deprecated iterator type #381

Closed jarro2783 closed 1 year ago

jarro2783 commented 1 year ago

Fixes #379. iterator is deprecated in C++17.


This change is Reviewable