Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

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

Why doesn't aliasing constructor of std::shared_ptr initialize std::enabled_shared_from_this?

c++ c++11 std shared-ptr

Shared pointers and const correctness

C++ dependency injection - by reference or by boost::shared_ptr?

Is there a general smart pointer like auto_ptr and shared_ptr that doesn't need C++0x?

C++ deleted new operator but can create shared_ptr

c++ shared-ptr new-operator

intrusive_ptr: Why isn't a common base class provided?