http://d.puremagic.com/issues/show_bug.cgi?id=7241
Andrei Alexandrescu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #1 from Andrei Alexandrescu <[email protected]> 2012-01-24 09:19:44 PST --- The fixed test code: import std.stdio; void foo() { File f; dchar[1] dc; f.readf("%s", &dc); } also doesn't work :o). I'll look into this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
