[Issue 23082] stringof of template alias overloaded with function accessed by trait: segfault.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 3 08:10:24 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23082
--- Comment #1 from FeepingCreature <default_357-line at yahoo.de> ---
Further reduced:
...
__traits(parent, main).bar.stringof;
...
Afaics at first glance, the problem is that mod.bar forms a DotIdExp, but
doesn't have a type.
--
More information about the Digitalmars-d-bugs
mailing list