[Issue 7107] Compiled program aborts when using foreach and std.regex.splitter

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed May 7 11:21:50 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=7107

--- Comment #3 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/33f2ab82bd9fb51d88927b8048d88c30ea44111e
Remove code for bug 7107 and 10296 because they are unnecessary anymore.

Now instantiated symbols can reach correct "parent" via `Dsymbol::toParent2()`,
because `TemplateInstance::enclosing` is properly calculated in
`TemplateInstance::hasNestedArgs`.

--


More information about the Digitalmars-d-bugs mailing list