Skip to content

Version 1.1

Compare
Choose a tag to compare
@jeremy-rifkin jeremy-rifkin released this 17 May 21:15
220c95f

Changelog:

  • Added -DNO_ASSERT_RELEASE_EVAL to make ASSERT behave more like traditional C assert
  • Renamed library's namespace to libassert::
  • Added customization point for libassert::detail::stringify
  • Added support for assertions in constexpr functions
  • Some internal refactoring, bug fixes, and typo corrections
  • Better cmake, big thanks to @qdewaghe!