November 23 [Issue 24873] dmd v2.109.1: static foreach over tuple: segfault | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24873 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@geany.org --- Comment #1 from Nick Treleaven <nick@geany.org> --- Reduced: struct Tuple(T...) { T fields; alias fields this; } void main () { Tuple!(string) tup; static foreach (j, t; tup) { } } -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply