D - [BUG](mid) missing struct member names not reported
- Manfred Nowak (6/6) Feb 05 2004 dmd 0.79, WIN98SE:
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.
Feb 05 2004








Manfred Nowak <svv1999 hotmail.com>