Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in make-shared

std::bind a call to std::make_shared

c++11 bind make-shared

'boost::make_shared' : ambiguous call to overloaded function

C++ compiler error: “invalid declarator before”

Debuggable replacement for make_shared()

std::weak_ptr assignment with std::make_shared

c++11 weak-ptr make-shared

How to combine std::make_shared and new(std::nothrow)

c++ make-shared nothrow

Is it possible that make_shared has no any exception but returns a nullptr?

Using make_shared with emplace_back and push_back - any difference?

make_shared with template constructor

Shared pointers not increasing the use_count

C++ Supply initializer-list constructor for class template

too many arguments to function std::make_shared<vector>

How to fix "Invalid read of size 8 - 40 bytes inside a block of size 64 free'd"

C++ make_shared not available

c++ tr1 make-shared

how to create boost phoenix make_shared?

How do I call make_shared or make_unique with a templated Constructor

Using make_shared with a protected constructor + abstract interface

Strange error trying to do a shared_ptr swap()

Errors in std::make_shared() when trying to make shared_ptr?

weak_ptr, make_shared and memory deallocation