catchorg / Clara

A simple to use, composable, command line parser for C++ 11 and beyond
Boost Software License 1.0
649 stars 67 forks source link

out of bounds #18

Closed peje66 closed 7 years ago

peje66 commented 7 years ago

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

philsquared commented 7 years ago

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)