[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:40:53 UTC 2023


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

--- Comment #2 from FeepingCreature <default_357-line at yahoo.de> ---
Far as I can tell, `__traits(getOverloads)` just doesn't get rid of the
overloadness of the template or function correctly. `td.funcroot` is set,
`fd.overnext` is set, but `__traits(getOverloads)` only zeroes `td.overnext`.

--


More information about the Digitalmars-d-bugs mailing list