gvansickle / ucg

UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
https://gvansickle.github.io/ucg/
GNU General Public License v3.0
133 stars 17 forks source link

options after non-options not working properly #112

Closed gvansickle closed 7 years ago

gvansickle commented 7 years ago

After the switch to The Lean Mean C++ Option Parser, specifying options after non-options is resulting in some sort of memory corruption issue. gnu == true is specified.

gvansickle commented 7 years ago

Pulled branch for this work at bug/ISSUE112-options.

gvansickle commented 7 years ago

There's also a small memory leak in ArgParser.