[Issue 18601] alias m = __traits(getMember, ...) doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 13 00:44:25 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18601

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m

--- Comment #1 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
It can be trivially worked around by wrapping the __traits expression in a
std.meta.Alias, but I don't understand why that should be necessary. Certainly,
it seems like it shouldn't be necessary.

--


More information about the Digitalmars-d-bugs mailing list