Have you tried placing const on the function signature? i.e.:pure int delegate() const d = () const {...That's how you'd do it (I think, didn't test) if the delegate context pointer was a class/struct.-Steve
Nah, says its only available for non-static member functions.
