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