Releases: foonathan/debug_assert
Releases · foonathan/debug_assert
Version 1.3.4
Version 1.3.3
Remove DEBUG_ASSERT_ASSUME()
as it was causing performance issues.
Version 1.3.2
Workaround warning on clang.
Version 1.3.1
CMake and build system improvements.
Version 1.3
Allow DEBUG_UNREACHABLE
in constexpr
code and fix issue with long
line numbers.
Version 1.2
Better CMake code as well as ADL bugfix.
Version 1.1
Conditionally allow exceptions in handler, improved CMake and use clang __builtin_assume() where appropriate.
Version 1.0
First stable version.