[Issue 23855] traits getOverloads returns overload when one of the symbols is a templatized function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 24 07:23:55 UTC 2023


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

--- Comment #1 from FeepingCreature <default_357-line at yahoo.de> ---
Note: this is not a matter of the "includeTemplates" argument to
`getOverloads`. If I set that to `true`, I still cannot actually get the
attributes of the member symbols - though I get a tuple of two in that case.

The weird thing is that `pragma(msg, member.mangleof)` suggests that
`getOverloads selects the right functions, but I still get the deprecation
warning on both of them. Maybe it's the deprecation that's confused?

--


More information about the Digitalmars-d-bugs mailing list