j
k
j a
j l
David Walthall writes:
It appears that operator->* is not overloaded for shared_ptr. You can achieve the same thing by doing: ((*ptr).*pmf)();
It appears that operator->* is not overloaded for shared_ptr. You can achieve the same thing by doing:
((*ptr).*pmf)();
Ok thx
Back to the thread
Back to the list