[Issue 15199] Cannot Resolve Type When Calling stringof Property of a Template
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 4 18:46:04 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=15199
Basile-z <b2.temp at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |b2.temp at gmx.com
Resolution|--- |INVALID
--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
you're doing a CTFE ".stringof" call on the result of I.
stringof on function must be replaced by __traits(identifier), which is not
ambiguous.
--
More information about the Digitalmars-d-bugs
mailing list