
25 May
2010
25 May
'10
11:31 a.m.
Thanks for all your replies. I have already posted this simple class in the Boost Vault. File: clone_ptr.zip. I would be grateful if you could look at it and tell if you want to have this class included in Boost somehow. If so, what should be my further steps? 2010/5/19 Thorsten Ottosen <nesotto@cs.aau.dk>:
T* operator -> () const throw() { return ptr_; }
Please overload on const for a deep-copied object, same for operator()*
I don't think I understand. Could you make it more clear for me? Rafal Moniuszko