Y
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
Fulgen
193 days ago
https://en.cppreference.com/w/cpp/utility/unreachable.html
link
hn_go_brrrrr
193 days ago
Fortunately the major compiler vendors all have. Routing around the standards committee is getting more and more common.
link
TuxSH
193 days ago
C++23 does have std::unreachable (as a function), and its counterpart [[assume(expr)]]
link