[Issue 9504] typeof does not look up properties correctly on template argument

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 15 12:12:33 PST 2013


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



--- Comment #2 from github-bugzilla at puremagic.com 2013-02-15 12:12:30 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e877fb2e47c197427cfa1c50039a563a31e2d7f5
fix Issue 9504 - typeof does not look up properties correctly on template
argument

The identifiers followed by typeof(exp) or typeod(return) may be resolved to
symbol or expression. Type[Typeof|Return]::resolve should consider it.

https://github.com/D-Programming-Language/dmd/commit/0c33e5e0547dd5313e0d7c12b1c15d2fc5deeb97
Merge pull request #1659 from 9rnsr/fix_typeof

Issue 9504 - typeof does not look up properties correctly on template argument

-- 
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