http://d.puremagic.com/issues/show_bug.cgi?id=4266
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andrej Mitrovic <[email protected]> 2013-02-18 10:08:30 PST --- Did the code used to just fail to compile before? Now it prints the values: import std.string; import std.stdio; struct S { int x; float y; string z; } void main() { string s = format("%s", S()); writeln(s); } > S(0, nan, "") If that's good enough you can close with "WORKSFORME", thanks. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
