Argument handling
sjaenick opened this issue · 2 comments
sjaenick commented
Argument handling could need some improvements:
$ ./metacache query
terminate called after throwing an instance of 'std::length_error'
what(): vector::reserve
Aborted
muellan commented
Yeah I know. The curse of quickly written research code...
muellan commented
It was due to a bug in the arg handling. Fixed it.