December 02, 2011 [Issue 7048] New: Problem with out fixed-sized matrix | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7048 Summary: Problem with out fixed-sized matrix Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2011-12-02 01:43:16 PST --- void foo(out int[2][2] n) {} void main() { int[2][2] m; foo(m); } DMD 2.057head: test.d(1): Error: cannot implicitly convert expression (0) of type int to int[2u][] -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 19, 2013 [Issue 7048] Problem with out fixed-sized matrix | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=7048 hsteoh@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsteoh@quickfur.ath.cx --- Comment #1 from hsteoh@quickfur.ath.cx 2013-08-18 22:11:20 PDT --- Confirmed this bug still happens in git HEAD (1a6da16ef112e03607574758b722698f2950b0de). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation