cpp-utilities/misc
Martchus ef37ae437c Fix compile error with Clang related to diagnostic pragma
Fix
```
pragma diagnostic pop could not pop, no matching push
```

The GCC documentation says "If a pop has no matching push, the
command-line options are restored." but that's apparently not working here.
2021-12-20 22:46:38 +01:00
..
flagenumclass.h Add helper to modify a flag enum 2020-12-14 20:56:37 +01:00
levenshtein.cpp Fix compile error with Clang related to diagnostic pragma 2021-12-20 22:46:38 +01:00
levenshtein.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
math.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
math.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
multiarray.h Fix typos found via `codespell --skip .git -w` 2021-07-03 19:07:49 +02:00
parseerror.cpp Fix old namespaces being mentioned in the documentation 2019-09-04 18:45:28 +02:00
parseerror.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
traits.h Fix Traits::IsSpecializationOf for references 2020-06-17 21:41:00 +02:00