You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/19 11:58:06 UTC

[Qpid Wiki] Trivial Update of "CppTips/SharedPtr" by MarnieMcCormack

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Qpid Wiki" for change notification.

The following page has been changed by MarnieMcCormack:
http://wiki.apache.org/qpid/CppTips/SharedPtr

------------------------------------------------------------------------------
+ MIGRATED to http://cwiki.apache.org/confluence/display/qpid/SharedPtr
+ 
  std::tr1::shared_ptr is an almost-standard smart pointer template that
  provides unintrusive reference-counting semantics for any class. It
  almost makes memory management too easy for a C++ programmer.