[Issue 6238] Cannot define global immutable AA

2015-04-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6238 yebblies changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 6238] Cannot define global immutable AA

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6238 yebblies changed: What|Removed |Added Platform|Other |All OS/Version|Windows

[Issue 6238] Cannot define global immutable AA

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6238 --- Comment #3 from hst...@quickfur.ath.cx 2012-02-03 22:54:32 PST --- int[string] initHash(in string[] words) { int[string] h; for (auto i=0; i < words.length; i++) { h[words[i]] = i; // Compiler points to this

[Issue 6238] Cannot define global immutable AA

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6238 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #2 from yebb

[Issue 6238] Cannot define global immutable AA

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6238 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx