[Issue 3337] weird behavior of associative arrays

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3337 Andrei Alexandrescu changed: What|Removed |Added Version|2.032 |D2 --

[Issue 3337] weird behavior of associative arrays

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3337 ZY Zhou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3337] weird behavior of associative arrays

2009-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3337 --- Comment #2 from David Simcha 2009-09-21 21:38:26 PDT --- Oh yeah, also notable is that this isn't just a bug in converting to string. The following code produces an access violation: import std.stdio; void main() { int[int[]] t;

[Issue 3337] weird behavior of associative arrays

2009-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3337 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #1 from D