Can I get away with putting auto_ptr in a STL container?...
Read MoreFunction taking a std::auto_ptr<Base> that can accept std::auto_ptr<Derived>...
Read MoreWhat is the correct way of using an auto_ptr on dynamically allocated arrays?...
Read Morestd::vector of object containing auto_ptr behaves strangely...
Read MoreWhy does unique_ptr have an overload for auto_ptr?...
Read MoreSmart pointers in container like std::vector?...
Read MoreCreating an auto_ptr with 2 arguments...
Read MoreCrashes and leaks with std::auto_ptr despite type is full qualified in destructor...
Read Moreauto_ptr not working as expected - Compile error...
Read Morehow to test whether auto pointer is null?...
Read MoreCombining auto_ptr with references in C++...
Read MoreC++: auto_ptr + forward declaration?...
Read MoreBoost Python callback returning auto_ptr deletes the object...
Read MoreClass is freed instantly after it's put into unique_ptr...
Read Morestd::auto_ptr becomes invalid after being passed to a function by value...
Read MoreThe "most important const" vs. auto_ptr: Why the code does not compile?...
Read MoreStoring pointers owned by auto_ptr's in a vector causing a crash...
Read MoreSo can unique_ptr be used safely in stl collections?...
Read MoreWhich kind of (auto) pointer to use?...
Read MoreHow to use std::auto_ptr to achieve covariance assignment?...
Read MoreWhy does this code only print 42?...
Read Morestd::unique_ptr vs std::shared_ptr vs std::weak_ptr vs std::auto_ptr vs raw pointers...
Read Moreauto_ptr pointing to a dynamic array...
Read MoreIs returning auto_ptr from functions wrong/error-prone?...
Read MoreSingleton pattern: different behavior of auto_ptr and unique_ptr...
Read More