https://issues.dlang.org/show_bug.cgi?id=13412
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Kenji Hara <[email protected]> --- It had happened in the hidden AssociativeArray!(string[2], const(uint)) instantiation for AA iteration. >From 2.066, the AA implementation has been drastically changed, and the AssociativeArray template does not exist anymore. So the ICE issue is fixed since 2.066, because it will never happen. --
