issues
search
jeremy-rifkin
/
libassert
The most over-engineered C++ assertion library
MIT License
539
stars
36
forks
source link
Possibly improve `LIBASSERT_UNREACHABLE` macro
#77
Closed
Eczbek
closed
8 months ago
Eczbek
commented
8 months ago
Make the macro function-like
Use
std::unreachable()
if C++23
Fix unrelated macro indentation
Eczbek
commented
8 months ago
Check more character types in
libassert::detail::is_arith_not_bool_char
std::unreachable()
if C++23