List Question
20 TechQA 2023-12-05T05:16:57.700000Storing a member function address address and assigning it to a Func pointer
52 views
Asked by Rahul Vashistha
make_shared returns error C2665: no overloaded function could convert all the argument types
1k views
Asked by gaofeng
Why make_shared call the destructor even if there are still weak pointer?
334 views
Asked by Fzza
std::shared_ptr C++: How to create for nested struct
60 views
Asked by preethi selvaraju
How to prove c++11 make_shared() can keep shared_ptr's control block alive even after its dtor?
169 views
Asked by Troskyvs
can not compile my code with template and shared_ptr
237 views
Asked by Ioan Le Gué
How to initialize shared_ptr not knowing its type?
247 views
Asked by mouse_00
Conditional class used in a make_shared with same parameters
183 views
Asked by jpo38
Undefined reference to initialized static member variable with make_shared
411 views
Asked by Nicola Lissandrini
Why does std::make_shared cause linker errors when using non-inline static const members?
147 views
Asked by Allan Ojala
Why it needs a rvalue copy constructor even it won't be called?
107 views
Asked by Pan
Compiler error C2664 Cannot convert argument with std::make_shared
1.4k views
Asked by nathan lachenmyer
How to call std::make_shared in case of initializer_list arguments?
636 views
Asked by Fedor
How to initialize shared pointers in constructor?
282 views
Asked by kingmihi
Does std::make_shared value initialize class members whose default ctor does not initialize?
500 views
Asked by Allan Ojala
Error when casting derived class to protected base interface in std::make_shared
149 views
Asked by mooko
Using make_shared with emplace_back and push_back - any difference?
1.4k views
Asked by Johy
segmentation fault with large number of shared_ptr
354 views
Asked by SeAlGhz
What does an default initialization of an array of shared_ptrs do?
456 views
Asked by John