http://d.puremagic.com/issues/show_bug.cgi?id=10056
--- Comment #3 from [email protected] 2013-05-11 15:08:32 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9577d0770cb3c721e6679267c634a58407ab0e20 fix Issue 10056 - Strange Error with templates and string.format If IFTI error is gagged (`(flags&1) != 0` in deduceTemplateFunction), function body semantic should be delayed, as same as `FuncDeclaration::overloadResolve` do. For the lazily function semantic, hasIdentity(Assign|Equals) should not allocate arguments `Expressions` on stack. https://github.com/D-Programming-Language/dmd/commit/848dabb4680ddee00f69ab6c6b80278ea5d553e7 Merge pull request #2013 from 9rnsr/fix10056 [REG2.063a] Issue 10056 - Strange Error with templates and string.format -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
