Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Initialising std::shared_ptr<std::map<>> using braced-init

shared_ptr requires complete type; cannot use it with lua_State*

c++ boost lua shared-ptr

Ensure abstract bass class is a shared_ptr

c++ c++11 shared-ptr

Is this trick, to make calling shared_from_this() in the constructor 'just work', dangerous?

Subclasses and get_shared_from_this()

Leaked Mock Objects when using GoogleMock together with Boost::Shared Pointers

shared_ptr and private inheritance

c++ inheritance shared-ptr