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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 10 10:33:31 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8533


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |timon.gehr at gmx.ch
         Resolution|                            |INVALID


--- Comment #1 from timon.gehr at 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: -------


More information about the Digitalmars-d-bugs mailing list