
2 Nov
2004
2 Nov
'04
7:57 p.m.
Peter Dimov wrote:
No.
in reply to Oleg Fedtchenko's:
Is it possible to implement the next example using global functions as specified above?
class D { private: WORD m_wData; public: D(){ m_wData = 0;}
virtual shared_ptr<WORD> GetData( shared_ptr<D> this_ )
Is it worth using the proposed *member_ptr* smart pointer (e.g. for the tasks discussed in the previous messages or like those described at http://boostoleg.narod.ru/examples.htm) ? The proposed smart pointer member_ptr is described at http://boostoleg.narod.ru/member_ptr.html Oleg Fedtchenko thread entry http://lists.boost.org/MailArchives/boost/msg72943.php