Ataraxia through Epoché
Symphilosophein 狂者進取,狷者有所不為也。
Showing posts with label
cpp23_std
.
Show all posts
Showing posts with label
cpp23_std
.
Show all posts
Oct 12, 2022
[C++23] std::unreachable / gcc::__builtin_unreachable
std::unreachable
If control flow reaches the point of the
std::unreachable
, the program is undefined. It is useful in situations where the compiler cannot deduce the unreachability of the code.
Reference:
https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html
Older Posts
Home
Subscribe to:
Posts (Atom)