[Issue 23744] Static foreach has different behaviour inside switch statements depending on whether the body is in braces or not
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 3 07:17:23 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23744
--- Comment #2 from Bradley Chatha <bradley at chatha.dev> ---
After some thought and tinkering I don't think this is actually a bug but more
an edgecase.
```
static if(false);
```
--
More information about the Digitalmars-d-bugs
mailing list