http://d.puremagic.com/issues/show_bug.cgi?id=5043
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2010-10-11 16:19:36 PDT --- The same bug is present with associative arrays: import std.stdio: writeln; void main() { int[int] aa; writeln(aa); } In this case I expect an output like: [] or even: [:] See also bug 3813 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
