[Issue 11401] ElementType returns constructor instead of type
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 4 03:37:18 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11401
--- Comment #4 from github-bugzilla at puremagic.com 2013-11-04 03:37:13 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/a9eb6219b4d03ace4e6688eaeb3dfcd4f90a9faf
fix Issue 11401 - ElementType returns constructor instead of type
1. For `exp.member`, compiler always try to resolve property/optional
parenthesis on `exp`. so use `front.init`.
2. Built-in `init` property always returns rvalue, so `front.init` won't invoke
postblit.
https://github.com/D-Programming-Language/phobos/commit/d743e6caa9c52e53f6bac38fb925d46b65071f78
Merge pull request #1681 from 9rnsr/fix11401
[REG2.065a] Issue 11401 - ElementType returns constructor instead of type
--
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