https://issues.dlang.org/show_bug.cgi?id=14835
deadalnix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from deadalnix <[email protected]> --- (In reply to Andrei Alexandrescu from comment #10) > One simple possibility here is to automatically insert `else` whenever the > `static if` branch does not fall through This is the most underrated comment of the thread ^ I actually implemented this in SDC, and it makes a HUGE difference. --
