[Issue 7717] Regression(2.059): typeof(this) incorrect in mixin template
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 12 20:22:31 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7717
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #7 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-01-12 20:22:27 PST ---
Status in 2.061:
The OP sample works, however:
> This also fails:
> static assert(is(typeof(typeof(this).init.x)));
> But not this:
> static assert(is(typeof(x)));
Both of these fail now.
--
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