Fun with extern(C++)

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 26 08:01:09 PST 2016


On 2016-01-26 16:49, Manu via Digitalmars-d wrote:

> I'm not sure there's a difference in the calling convention... the
> function being called may perform adjustment of the 'this' pointer
> such that it's correct relative to the class that implemented the
> function, but that's internal to the function being called.

Isn't the layout of the vtables different?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list