
3 Sep
2008
3 Sep
'08
11:57 a.m.
Peter Dimov wrote in message news:004301c90cef$94246520$6507a80a@pdimov2...
It works by design. boost::mem_fn uses get_pointer, and get_pointer for auto_ptr returns .get().
Why there is get_pointer function ? As far as I can see, the same could be done with combination of operator * and operator .* , this would work for most smart-pointers without need to have get_pointer function.