Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

boost shared_ptr cycling reference?

Inheritance and std::shared_ptr in Cython

What stops compilers from automatically deducing to use make_shared?

clang - shared_ptr fails to run its deleter

C++ boost shared_ptr as a hash_map key

using std::tr1::shared_ptr as an internal mechanism for reference counting

C++ primer 5th edition: Difference between the deleter of a shared_ptr and of unique_ptr's

c++ shared-ptr unique-ptr

shared ptr casting

c++ boost casting 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