Is there any reason to use auto_ptr?...
Read MoreHow could one implement std::auto_ptr's copy constructor?...
Read MoreDoes using std::auto_ptr data members invoke UB?...
Read MoreC++ std::auto_ptr copy constructor...
Read MoreDifference between pointer and smart pointer...
Read MoreCode Review question - should I allow this passing of an auto_ptr as parameter?...
Read MoreWhy does `myvector.push_back(autoPtr.release())` provide the strong exception safety guarantee?...
Read MoreWhen would you use an std::auto_ptr instead of boost::shared_ptr?...
Read MoreWhy doesn't auto_ptr<T> have operator!() defined?...
Read MoreCan't inherit from auto_ptr without problems...
Read MoreC++ smart pointer for a non-object type?...
Read MoreNormal pointer vs Auto pointer (std::auto_ptr)...
Read Moreshould std::auto_ptr<>::operator = reset / deallocate its existing pointee?...
Read MoreWhy does the interface for auto_ptr specify two copy-constructor-like constructors...
Read MoreIs this a fine std::auto_ptr<> use case?...
Read MoreTernary operator on auto_ptr content not working...
Read MoreHow to effectively delete C++ objects stored in multiple containers? auto_ptr?...
Read Morehow can I use auto_ptr as member variable that handles another member variable...
Read MoreReturning multiple auto_ptrs from a function...
Read Morestd::auto_ptr, delete[] and leaks...
Read MoreHow do use a std::auto_ptr in a class you have to copy construct?...
Read MoreReturning a new object along with another value...
Read MoreAuto Pointer constructor in VC2008...
Read MoreDifference between ATL CAutoPtr and STL std::auto_ptr?...
Read MoreRe-assinging an "auto_ptr" and Managing Memory...
Read MoreWill auto_ptr protect against this?...
Read More