Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in auto-ptr

How do use a std::auto_ptr in a class you have to copy construct?

c++ smart-pointers auto-ptr

auto_ptr or shared_ptr equivalent in managed C++/CLI classes

what is auto_ptr_ref, what it achieves and how it achieves it

c++ stl auto-ptr

how to test whether auto pointer is null?

c++ auto-ptr

Is it true that a unique_ptr declaration, unlike a auto_ptr declaration, is well-defined when its template type is of an incomplete type?

C++: auto_ptr + forward declaration?

Is it wrong to use auto_ptr with new char[n]

c++ stl memory-leaks auto-ptr

Is there any reason to use auto_ptr?

Using auto_ptr<> with array

c++ arrays auto-ptr

std::auto_ptr or boost::shared_ptr for pImpl idiom?

When would you use an std::auto_ptr instead of boost::shared_ptr?

Smart pointers in container like std::vector?

So can unique_ptr be used safely in stl collections?

c++ c++11 auto-ptr unique-ptr

Is auto_ptr deprecated?

Why is auto_ptr being deprecated?

std::auto_ptr to std::unique_ptr

Why is it wrong to use std::auto_ptr<> with standard containers?

c++ stl raii auto-ptr c++-faq