Overriding of inherited class static methods?
monkyyy
crazymonkyyy at gmail.com
Thu Jul 23 21:57:29 UTC 2026
On Thursday, 23 July 2026 at 21:22:33 UTC, Richard (Rikki) Andrew
Cattermole wrote:
> 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.
https://forum.dlang.org/post/qbwpgeqpwdllfbadrbor@forum.dlang.org
> As for your example, yeah thats a vtable all right, nothing
> static about it.
static is very overloaded, I use it when the compiler complains
about not finding `this` or dual context whatever, maybe op tried
making a dual context issue go away and got two worthless error
messages that would be usually solved by swapping staticness
More information about the Digitalmars-d
mailing list