Search code examples
dynamic_pointer_cast unexpected behaviour...


c++c++11unique-ptrmake-shared

Read More
When a thread is executing make_shared, can another thread do something to cause a leak of the objec...


c++multithreadingthread-safetyorder-of-executionmake-shared

Read More
make_shared returns error C2665: no overloaded function could convert all the argument types...


c++shared-ptrmake-shared

Read More
Why make_shared call the destructor even if there are still weak pointer?...


c++shared-ptrmake-shared

Read More
How to prove c++11 make_shared() can keep shared_ptr's control block alive even after its dtor?...


c++referenceshared-ptrweak-ptrmake-shared

Read More
C++ compiler error: “invalid declarator before”...


c++11compiler-errorsshared-ptrfactory-methodmake-shared

Read More
How to initialize shared_ptr not knowing its type?...


c++shared-ptrmake-shared

Read More
Can you allocate an array with something equivalent to make_shared?...


c++c++11shared-ptrmake-shared

Read More
Undefined reference to initialized static member variable with make_shared...


c++staticundefined-referencemake-shared

Read More
no matching function for call to 'make_shared'...


c++11make-shared

Read More
Why it needs a rvalue copy constructor even it won't be called?...


c++c++11rvaluelvaluemake-shared

Read More
Was the raw-pointer constructor of shared_ptr a mistake?...


c++c++11shared-ptrmake-shared

Read More
Allocate char* array with boost::make_shared...


c++boostshared-ptrsmart-pointersmake-shared

Read More
Using make_shared with emplace_back and push_back - any difference?...


c++c++11vectorc++17make-shared

Read More
Does std::make_shared value initialize class members whose default ctor does not initialize?...


c++make-shared

Read More
Error when casting derived class to protected base interface in std::make_shared...


c++gcccompiler-errorsmake-shared

Read More
segmentation fault with large number of shared_ptr...


c++constructorshared-ptrvirtual-destructormake-shared

Read More
Why the compiler cannot deduce the template arguments from std::make_shared?...


c++template-argument-deductionmake-shared

Read More
How to create pointer with `make_shared`...


c++boostshared-ptrderived-classmake-shared

Read More
How to use shared_ptr and make_shared with arrays?...


cythonshared-ptrmake-shared

Read More
Passkey idiom with std::make_shared. xmemory cannot access private Key constructor...


c++shared-ptrfactorymake-sharedprivate-constructor

Read More
Returning make_shared<Base>, inheritence and casting to Derived not working as expected?...


c++c++17shared-ptrmake-shared

Read More
C++11: 'make_shared' is not a member of 'std'...


c++11make-shared

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


c++c++11shared-ptrmake-shared

Read More
Can make_shared occasionally create duplicate pointers?...


c++visual-studio-2017make-shared

Read More
too many arguments to function std::make_shared<vector>...


c++vectorinitializer-listlist-initializationmake-shared

Read More
C++: How to partially deduce template arguments from make_shared...


c++templatesargumentsc++17make-shared

Read More
Initializing shared_ptr member variable, new vs make_shared?...


c++c++11shared-ptrinitializermake-shared

Read More
Shared file logging between threads in C++ 11...


c++multithreadingc++11make-shared

Read More
how to block usage of std::make_shared<T>...


c++classc++14shared-ptrmake-shared

Read More
BackNext