[Issue 9946] A UFCS disallowed in dynamic array allocation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 2 09:36:15 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9946



--- Comment #2 from github-bugzilla at puremagic.com 2013-05-02 09:36:12 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/bb5c37dda5b7832987b69e1f99839ec24d78fac0
fix Issue 9946 - A UFCS disallowed in dynamic array allocation

`TypeQualified::idents` may have both `Identifier` and `TemplateInstance`
objects. It should be treated correctly, as like as `Dsymbol::searchX` and
`TypeQualified::resolveHelper`.

https://github.com/D-Programming-Language/dmd/commit/2c5df8da30efdeb37d83d84bb78cee60815f94b2
Merge pull request #1934 from 9rnsr/fix9946

Issue 9946 - A UFCS disallowed in dynamic array allocation

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list