http://d.puremagic.com/issues/show_bug.cgi?id=10558
--- Comment #3 from [email protected] 2013-07-08 03:45:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ec1330d512707160628a2b235677cd36a63d390b fix Issue 10558 - Assertion failure on struct.c:741 A template instance on temlpate argument may not have yet valid `Dsymbol::ident`, so should use `Dsymbol::getIdent()` for hash calculation. https://github.com/D-Programming-Language/dmd/commit/c0c21f378467fab8e1ba933ccbdcd05336ee33b4 Merge pull request #2314 from 9rnsr/fix10558 [REG2.064a] Issue 10558 - Assertion failure on struct.c:741 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
