Stroustrup is disappointed with D :(
Ola Fosheim Grostad via Digitalmars-d
digitalmars-d at puremagic.com
Tue Sep 22 15:09:58 PDT 2015
On Tuesday, 22 September 2015 at 21:25:06 UTC, deadalnix wrote:
> You can call super, so you need the virtual dispatch.
I understand Ali's argument about setting local vtable before
calling external functions in C++, but other than that it should
be sufficient to set vtable in the new() or equivalent topmost
call?
More information about the Digitalmars-d
mailing list