Hacker News new | ask | show | jobs
by YesBox 195 days ago
C++ keeps getting bigger and bigger :D

Thanks for sharing

1 comments

This is actually C and C++ has not done something similar AFAIK.
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)]]