$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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