[Issue 11083] Whole global matrix initialization

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 21 05:54:14 PDT 2013


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


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list