February 06, 2004 [BUG](mid) missing struct member names not reported | ||||
---|---|---|---|---|
| ||||
dmd 0.79, WIN98SE: struct X { int a; int b; int c; int d = 7;} static X x = { 1, 2}; this compiles, but the docs say: | members are initialized by the member name, colon, expression syntax So long. |
Copyright © 1999-2021 by the D Language Foundation