[Issue 21142] TypeInfo_Class.offTi() not available via introspection
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 10 22:19:58 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21142
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
The compiler implements it as always a null array:
// offTi[]
dtb.size(0);
dtb.size(0); // null for now, fix later
I guess it never was fixed, was never needed, and I forgot what use it was
intended for.
--
More information about the Digitalmars-d-bugs
mailing list