Member function pointers

David Nadlinger code at klickverbot.at
Mon Jun 10 06:49:32 PDT 2013


On Monday, 10 June 2013 at 13:45:37 UTC, Manu wrote:
> What's the calling convention for
> 'void function()'? cdecl?

Walter's very own calling convention. It is supposed to match 
cdecl everywhere but x86, but has the argument order reversed. On 
x86, it's a custom one that's similar to stdcall in some ways.

David


More information about the Digitalmars-d mailing list