[Issue 13412] Assertion failure: 'global.errors' on line 6698 in file 'template.c'
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Sep 2 23:43:15 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=13412
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list