http://d.puremagic.com/issues/show_bug.cgi?id=11083
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-09-21 05:54:13 PDT --- (In reply to comment #0) > double[2][2] a = 0.0; // error I think it's actually just a bug that it's not accepted. Workaround: double[2][2] a = [0.0]; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
