cpp-utilities/misc
Martchus 9a2679e57d Fix compile error with GCC 7.2.1
Prevents "error: uninitialized variable 'tmp' in 'constexpr' function"
2019-05-29 14:07:50 +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
traits.h Fix Traits::IsSpecializationOf to ignore cv qualifier 2018-10-29 23:16:16 +01:00