[Issue 2683] Cannot implement interface methods by alias

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 22 16:22:28 PST 2009


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


dhasenan at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.039                       |1.00




------- Comment #1 from dhasenan at gmail.com  2009-02-22 18:22 -------
ClassDeclaration::findFunc goes through the class's vtbl, and aliases don't
make it into the vtbl.

It doesn't matter if I force the function to be virtual by overriding it.

I can duplicate this on dmd 1.00.


-- 



More information about the Digitalmars-d-bugs mailing list