[Issue 8533] Postfix and prefix declarations of static multidimensional arrays aren't equivalent

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8533


timon.g...@gmx.ch changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||timon.g...@gmx.ch
 Resolution||INVALID


--- Comment #1 from timon.g...@gmx.ch 2012-08-10 10:33:29 PDT ---
The documentation doesn't seem to state the equivalence of
int[3][2] m;
int m[3][2];

and indeed the declarations are not equivalent.

int[3][2] m;
int m[2][3];

would be equivalent.

If there is a place in the documentation that does state the first
equivalence, please file a bug against the documentation.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8533] Postfix and prefix declarations of static multidimensional arrays aren't equivalent

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8533



--- Comment #2 from fataler...@trash-mail.com 2012-08-10 11:30:16 PDT ---
Oh, yes it was an oversight on my side, sorry.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---