From: gast128 (gast128_at_[hidden])
Date: 2006-12-22 17:10:04


David Walthall <walthall <at> stanfordalumni.org> writes:

>
> It appears that operator->* is not overloaded for shared_ptr. You can
> achieve the same thing by doing:
>
> ((*ptr).*pmf)();
>
Ok thx