catchorg / Clara

A simple to use, composable, command line parser for C++ 11 and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

out of bounds

peje66 opened this issue · comments

cppcheck reports:
When i==arg.size(), arg[i] is out of bounds. on line 554 in clara.h

I'm going to close this as the code has been entirely rewritten (although, if memory serves, that issue was fixed in 0.x anyway)