On Sat, 16 Oct 2010 11:57:36 -0400, "Steven Schveighoffer" <schvei...@yahoo.com> wrote:
auto dg = &obj.method;




auto fptr = dg.funcptr;
auto context = dg.ptr;




Note, you cannot call fptr, you will get a runtime error.

Thanks, I'll play with it to see if I can make this work in my code.

Reply via email to