Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

What is going on: C++ std::move on std::shared_ptr increases use_count?

Using shared_from_this in templated classes

c++ templates c++11 shared-ptr

Using std::move with std::shared_ptr

Set shared_ptr with new_pointer that is old_pointer + offset

Trivial cases of shared_ptr and weak_ptr failing

Is boost shared_ptr <XXX> thread safe?

dynamic_cast across a shared_ptr?

Why is std::weak_ptr::expired optimized away?

Why is GoogleMock leaking my shared_ptr?

How do smart pointers choose between delete and delete[]?

std::shared_ptr Exception Safety

Why is std::shared_ptr::unique() deprecated?

How does shared_ptr<void> know which destructor to use? [duplicate]

c++ shared-ptr void

Can you allocate an array with something equivalent to make_shared?

shared_ptr Assertion px != 0 failed

shared-ptr boost-thread

is it better to use shared_ptr.reset or operator =?

c++ c++11 shared-ptr

How do you make std::shared_ptr not call delete()

c++ c++11 shared-ptr

How to initialize a shared_ptr that is a member of a class?

intrusive_ptr in c++11

Alternatives of static_pointer_cast for unique_ptr