Added:
- Added
libassert::highlight
andlibassert::highlight_stringify
#120 - Added
REQUIRE_ASSERT
to test assertion failures under Catch2 #114
Fixed:
- Fixed problem with stringifying
std::filesystem::path
resulting in a stack overflow and a general problem of
infinite recursion from stringifying types where iterators can lead to hard to detect type cycles #118
Other:
- Bumped magic_enum via FetchContent
- Bumped cpptrace via FetchContent from v0.7.5 to v0.8.2, with lots of improvements
- Some makefile improvements
- Various typo fixes in the README
- Added some info on library headers to the README