jeremy-rifkin / libassert

The most over-engineered C++ assertion library
MIT License
539 stars 36 forks source link

Possibly improve `LIBASSERT_UNREACHABLE` macro #78

Closed Eczbek closed 7 months ago

Eczbek commented 8 months ago

Make it function-like and use std::unreachable() if C++23

jeremy-rifkin commented 7 months ago

I'm going to close this for now since it'll now conflict with dev and there were issues with the CI runs, however, happy to discuss further or revisit once merge conflicts are resolved