Hacker News new | ask | show | jobs
by creato 193 days ago
This is actually C and C++ has not done something similar AFAIK.
3 comments

Fortunately the major compiler vendors all have. Routing around the standards committee is getting more and more common.
C++23 does have std::unreachable (as a function), and its counterpart [[assume(expr)]]