[Issue 4605] Wrong print of an int[string] aa
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 11 14:52:20 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4605
--- Comment #1 from bearophile_hugs at eml.cc 2010-08-11 14:52:18 PDT ---
This D2 code:
import std.stdio;
void main() {
int[int[int]] aa;
aa[[5:6, 7:8]] = 2;
writeln(aa);
}
gives the useless output:
5:6 7:8:2
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list