removing default case requirement?

Jack Applegame japplegame at gmail.com
Sun Apr 2 10:33:28 UTC 2023


On Friday, 31 March 2023 at 21:24:25 UTC, Steven Schveighoffer 
wrote:
> If you "forget a case statement", or refactor it, forcing you 
> to write `default: break;` doesn't fix that.
`dafault: assert(0);` does.



More information about the Digitalmars-d mailing list