Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in make-shared

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?

boost::make_shared is not calling (placement) operator new?

new and make_shared for shared pointers

Why 'std::make_shared' is always using the global memory allocation even with class overloaded new/delete operators?

c++ c++11 make-shared

Can I use boost::make_shared with a private constructor?

Why must shared_ptr<> allocate for the control block and managed object separately?

Was the raw-pointer constructor of shared_ptr a mistake?

How to make boost::make_shared a friend of my class

What does "single allocation" mean for boost::make_shared

Does enable_shared_from_this and make_shared provide the same optimization

c++ shared-ptr make-shared

weak_ptr, make_shared and memory deallocation