Boost logo

Boost :

From: Jesse Jones (jejones_at_[hidden])
Date: 2000-11-22 19:55:08


>Sorry for being unclear, I was referring to the member function pointers
>and the fact that currently the binding is restricted to raw pointers,
>ie it is
>
> template <typename OBJECT, typename METHOD>
> callback(OBJECT* object, METHOD method) ...
>
>rather than
>
> template <typename PTR, typename METHOD>
> callback(PTR ptr, METHOD method) ...
>
>Assuming smart pointers that supported operator->*, we have a higher
>degree of openness and versatility for no extra cost.

Ahh, I'll see if I can do something like this.

  -- Jesse


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk