[Issue 11719] regression: __traits(parent, T) for function alias
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 10 20:00:51 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11719
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-12-10 20:00:47 PST ---
This is an intended change introduced by fixing issue 9081.
If you replace two
is(typeof(__traits(parent, T)))
to
__traits(compiles, __traits(parent, T)))
Then the OP code will work.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list