Member function pointers

David Nadlinger code at klickverbot.at
Mon Jun 10 13:45:16 PDT 2013


On Monday, 10 June 2013 at 20:31:32 UTC, Simen Kjaeraas wrote:
> or it should take a void* as its first
> argument. void* means 'magic ahead', so it would be kinda ok.

This would encourage people to try something like 
dg.funcptr(dg.ptr, ...), which is not correct ABI-wise.

David


More information about the Digitalmars-d mailing list