[Issue 1712] vtbl[0] for interface not set to corresponding Interface*

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 19 22:48:38 PST 2008


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


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla at digitalmars.com  2008-01-20 00:48 -------
The vtbl[] for an interface is not in the interface's classinfo, as the vtbl[]
is not generated by the interface definition, but by the class definition that
implements the interface.


-- 



More information about the Digitalmars-d-bugs mailing list