http://d.puremagic.com/issues/show_bug.cgi?id=10898
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #3 from [email protected] 2013-08-30 07:12:27 PDT --- Also fixes postblit from T.init. unittest { static auto useInit(T)(T ltw) { T val = T.init; val = ltw; return val; } useInit(stdout.lockingTextWriter()); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
