Member function pointers

Adam D. Ruppe destructionator at gmail.com
Fri Jun 7 18:27:18 PDT 2013


On Saturday, 8 June 2013 at 01:11:46 UTC, Manu wrote:
> I initially started with something like this. But look how much 
> code it is!

Yeah...

> You've basically wrapped up a delegate, and made something that 
> emulates a delegate
> (I'm not sure why?).

I just wanted to add type safety to a delegate; to get rid of the 
visible cast(void*) and vice versa, to see what it would look 
like.


More information about the Digitalmars-d mailing list