Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

exception: bad_weak_ptr while shared_from_this

c++ shared-ptr

boost::any type change leading to illegal access

c++ boost shared-ptr

How to make a copy of vector of shared_ptrs? [duplicate]

std::bind with pointer to a function object

shared_ptr with incomplete types from library

c++ sdl shared-ptr

Understanding of Scott Meyers' third example of std::weak_ptr

boost shared_ptr and 'this'

c++ boost shared-ptr

Boost shared_ptr with overloaded placement new/delete

Pimpl idiom and internal object collaboration without friend declaration

return vector<Foo> or shared_ptr<vector<Foo>>?

What happens if I reset a std::shared_ptr to itself

c++ c++11 shared-ptr

shared_ptr does not find virtual method

c++ shared-ptr

std::shared_ptr<T>: implicit constructor for rvalue pointer to T

c++ c++11 shared-ptr rvalue

C++ - shared_ptr<vector<T>> vs. vector<shared_ptr<T>>

c++ stl shared-ptr stdvector

Qt signal lambda causes shared_ptr leak?

boost shared pointer constructor destructor

c++ boost shared-ptr

Are operations with the internal pointer of shared_ptr atomic?

Smart pointer polymorphism in collections

Strange error trying to do a shared_ptr swap()

Using shared_from_this() without managed shared pointer in C++11