https://issues.dlang.org/show_bug.cgi?id=22429
--- Comment #1 from [email protected] --- Same error occurs for the struct version as well: typedef struct S { int x; } S; int main(){ S s = {.x = 3}; // Error C designator-list not supported yet } --
d-bugmail--- via Digitalmars-d-bugs Mon, 06 Dec 2021 23:26:38 -0800
https://issues.dlang.org/show_bug.cgi?id=22429
--- Comment #1 from [email protected] --- Same error occurs for the struct version as well: typedef struct S { int x; } S; int main(){ S s = {.x = 3}; // Error C designator-list not supported yet } --