[Issue 507] Error: 'this' is required, but ... is not a base class of ...

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 25 05:02:10 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=507





------- Comment #1 from benoit at tionex.de  2006-11-25 07:01 -------
(In reply to comment #0)
I want to add, this is not as much a problem for writing code manually. But
when generating code, it is necessary if the generator does not compare the
signatures for compatibility. Because of that I generate aliases for all
methods that exist in a super class and are redefined in the actual class. The
decision if override or overload applies is by the compiler. This bug blocks
this way of code generation.


-- 




More information about the Digitalmars-d-bugs mailing list