smirking teapot
“I’m not an expert, I’m just a dude.” -Scott Schurr, CppCon 2015.
home
posts
logs
tags
all logs
Apr 23, 2026
std::unreachable in C++23
—
C++23 adds std::unreachable() to mark code paths the compiler can assume are never reached, enabling better optimizations.