RE: [Boost-users] Re: shared_ptrs with std::mem_fn

7 May
2004
7 May
'04
4:15 p.m.
Why is this a problem? I thought std::mem_fn called the function through the -> operator, which 'should' work (but obviously doesn't). I would think this would only crop up through mem_fun_ref, but then you wouldn't have a container of shared_ptr<Attr>, but Attr. --Baffled --Mark Storer Senior Software Engineer Verity, Inc.

7 May
7 May
5:49 p.m.
New subject: shared_ptrs with std::mem_fn
"Mark Storer"
boost::mem_fn erases the need for a separate mem_fn_ref. If http://www.boost.org/libs/bind/mem_fn.html fails to explain it to you, please ask more specific questions. HTH, -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
7651
Age (days ago)
7651
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
Mark Storer