Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

boost::shared_ptr is it safe to use it in multiple threads?

std::shared_ptr not working with range for

c++ for-loop c++11 shared-ptr

C++11 make_shared instancing

Shared ptr in union

c++ shared-ptr unions

Understanding C++ std::shared_ptr

Initialize Boost shared_ptr in constructor

Stand-alone shared_ptr<T> implementation?

c++ shared-ptr

Why does making operator new private break std::shared_ptr?

c++ c++11 shared-ptr

Invalid application of 'sizeof' to incomplete type 'SDL_Window'

c++ struct sdl shared-ptr

shared_ptrs being deleted twice

boost::shared_ptr and assigning derived classes

c++ shared_ptr release ownership [duplicate]

c++ shared-ptr unique-ptr

Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?

Can I create a boost::shared_ptr to a local variable?

c++ boost shared-ptr

shared_ptr with deleter class - why deleter is copied?

Element of shared_array as shared_ptr?

c++ boost c++11 shared-ptr

Overload resolution and shared pointers to const

Where is the race in this thread sanitzer warning?

C++11 unordered_set with std::owner_less-like hashing

Rationale for the shared_ptr atomic functions taking pointer instead of reference