http://d.puremagic.com/issues/show_bug.cgi?id=4635
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Andrej Mitrovic <[email protected]> 2011-05-26 14:30:52 PDT --- Seems to work in 2.053: import std.conv; import std.stdio; struct S { ubyte[1] raw = void; } static assert(is(typeof(S.init))); // ok void main() { S s; writeln(to!string(s)); } // ok Marking as fixed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
