Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

How to assign a boost::tuple to boost::shared_ptr

c++ shared-ptr boost-tuples

GMock StrictMock uninteresting function call does not fail a test

Calling shared_from_this() from derived in base class gives std::bad_weak_ptr

c++ inheritance shared-ptr tr1

Error converting form boost::shared_ptr<T> to std::shared_ptr<T>

c++ boost c++11 shared-ptr

shared_from_this throws bad_weak_ptr with boost::asio

c++ shared-ptr

making a vector of shared pointers from Spirit Qi

shared_ptr from pointer

c++ pointers boost shared-ptr

C++ automatic shared_ptr type in class with macro

Is it safe to return a vector of std::shared_ptr?

c++ memory-leaks shared-ptr

How can I use std::enable_shared_from_this in both super and subclass?

c++11 local static member variable destruction order for shared_ptr objects

determine if a std::shared_ptr is the unique reference to an object

c++ use derived class in std::shared_ptr<baseclass>

c++11 shared-ptr

Shared resource ownage using std::weak_ptr