www.digitalmars.com         C & C++   DMDScript  

D - [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.
Feb 05 2004