muellan/metacache

Argument handling

Closed this issue · 2 comments

Argument handling could need some improvements:

$ ./metacache query
terminate called after throwing an instance of 'std::length_error'
  what():  vector::reserve
Aborted

Yeah I know. The curse of quickly written research code...

It was due to a bug in the arg handling. Fixed it.