Skip to content

Version 2.1.5

Latest
Compare
Choose a tag to compare
@jeremy-rifkin jeremy-rifkin released this 23 Feb 20:46
6066782

Added:

  • Added libassert::highlight and libassert::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