From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-10-29 07:49:54


Oleg Fedtchenko wrote:
> 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_ )

No.