http://d.puremagic.com/issues/show_bug.cgi?id=9916
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Kenji Hara <[email protected]> 2013-04-10 21:56:32 PDT --- In D's specification, implicit conversion from T[] to T is not allowed. The code had accidentally changed to be accepted in 2.061, but the regression was already fixed in 2.062 (Bug 9259 is directly related to the issue). Therefore, the OP code is invalid and should not work. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
