http://d.puremagic.com/issues/show_bug.cgi?id=8374
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|INVALID | --- Comment #2 from [email protected] 2012-07-10 16:56:28 PDT --- The [1,2] / [10,20] literal implicitly converts to int[2]. It is similar to the following: struct Foo{ short bar; } short spam() { const Foo* x; return true ? x.bar : 1; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
