Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in auto-ptr

auto_ptr Traps and Pitfalls

c++ auto-ptr

Singleton pattern: different behavior of auto_ptr and unique_ptr

Returning a new object along with another value

c++ auto-ptr

Code Review question - should I allow this passing of an auto_ptr as parameter?

c++ coding-style auto-ptr

Letting go of auto_ptr

std::move vs std::auto_ptr?

Which kind of (auto) pointer to use?

c++ pointers auto-ptr

Delete raw pointer argument to boost::bind

The "most important const" vs. auto_ptr: Why the code does not compile?

c++ c++11 auto-ptr c++98

Is get() reliable when an auto_ptr is uninitialized?

c++ c++03 auto-ptr

Passing an auto_ptr to a function effectively makes it a sink. Why?

c++ auto-ptr

How could one implement std::auto_ptr's copy constructor?

Why vector.push_back(auto_ptr) wouldn't compile?

c++ stl auto-ptr

convert shared_ptr to auto_ptr?

c++ shared-ptr auto-ptr

What's the best way to return something like a collection of `std::auto_ptr`s in C++03?

Why can't I have an auto_ptr in an Exception class

c++ exception auto-ptr

std::auto_ptr, delete[] and leaks

c++ memory-leaks auto-ptr

Can i pass auto_ptr by reference to functions?

c++ smart-pointers auto-ptr

Compilation problems with vector<auto_ptr<> >

c++ stl vector g++ auto-ptr

Is there a contradiction between these two sources about the `auto_ptr` template class?

c++ auto-ptr