December 17, 2022 [Issue 21446] Cannot initialize a static array from a struct field of dynamic array type at compile time | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21446 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- | ||||
November 24 [Issue 21446] Cannot initialize a static array from a struct field of dynamic array type at compile time | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21446 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@geany.org --- Comment #1 from Nick Treleaven <nick@geany.org> --- Workaround - use `[]`: int[1] a = s.a[]; -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply