Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in make-shared

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

C++11 Passing 'this' as paramenter for std::make_shared

Initializing shared_ptr member variable, new vs make_shared?

std::make_shared number of parameters in the constructor

c++ stl make-shared

Why does boost not have a make_scoped()?

Does std::make_shared() use custom allocators?

What happens when using make_shared

std::make_shared() change in C++17

Can you allocate an array with something equivalent to make_shared?

How to pass deleter to make_shared?

Is make_shared really more efficient than new?