cpp-utilities/misc
Martchus 4c1b733290 Rework ArgumentParser::parseArgs()
* Remove "ext()" and "orExit()" versions
* Exit by default (might be intrusive but it is the most
  common use)
* Rename Failure to ParseError
2019-06-10 16:03:27 +02:00
..
levenshtein.cpp Make math functions templates and move to misc 2019-05-13 22:42:17 +02:00
levenshtein.h Add algorithm for computing Damerau–Levenshtein distance 2018-05-05 23:26:53 +02:00
math.cpp Make math functions templates and move to misc 2019-05-13 22:42:17 +02:00
math.h Fix compile error with GCC 7.2.1 2019-05-29 14:07:50 +02:00
memory.h Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:45:23 +02:00
multiarray.h Add MultiArray class which provides an N-dimensional array 2018-05-05 23:05:46 +02:00
parseerror.cpp Rework ArgumentParser::parseArgs() 2019-06-10 16:03:27 +02:00
parseerror.h Rework ArgumentParser::parseArgs() 2019-06-10 16:03:27 +02:00
traits.h Fix Traits::IsSpecializationOf to ignore cv qualifier 2018-10-29 23:16:16 +01:00