Overriding of inherited class static methods?
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Thu Jul 23 21:22:33 UTC 2026
On 24/07/2026 9:07 AM, monkyyy wrote:
> I think your "Linker list"s needs to be generalized to pseudo
> compiletime appended list, because look its a "type to runtime value
> lookup table" /again/, thats been some of my problems, its your linker
> lists and if Im right about what op wants it could be reframmed as an |
> int function(int)[TypeInfo]| issue
You can't read a linker list at compile time.
It only exists in a usable state at runtime after the linker has put it
all together.
As for your example, yeah thats a vtable all right, nothing static about it.
More information about the Digitalmars-d
mailing list