On Tuesday, 26 July 2016 at 14:28:48 UTC, Timon Gehr wrote:
"The expression assert(0) is a special case; it signifies that it is unreachable code. [...] The optimization and code generation phases of compilation may assume that it is unreachable code."

so specs should be fixed. i bet everyone is using `assert(0);` to mark some "immediate error exit" cases.

Reply via email to