Search code examples
error when defining a std::shared_ptr with new operator...


c++c++11shared-ptr

Read More
Initialize std::shared_ptr<T> from std::shared_ptr<void>...


c++castingstlinitializationshared-ptr

Read More
intrusive_ptr: Why isn't a common base class provided?...


c++boostshared-ptrsmart-pointersboost-smart-ptr

Read More
Deduce shared_ptr T in function declaration...


c++templatesc++11shared-ptr

Read More
Reference count for a reference to shared_pointer...


c++c++11shared-ptrsmart-pointers

Read More
Correct way to create thread_safe shared_ptr without a lock?...


c++thread-safetyshared-ptratomic

Read More
What is the error in my shared_ptr declaration?...


c++boostshared-ptr

Read More
Why do shared_ptr deleters have to be CopyConstructible?...


c++c++11language-lawyershared-ptr

Read More
shared-ptr and error C4430: missing type specifier - int assumed - C++...


c++shared-ptr

Read More
Why not to copy a class consisting of a single shared_ptr...


c++copymoveshared-ptr

Read More
what's wrong with the code using shared_ptr with pure virtual base class...


inheritanceshared-ptr

Read More
Can upcasting a shared_ptr<T> to a shared_ptr<void> lead to undefined behaviour?...


c++pointersshared-ptrvoid-pointers

Read More
C++ shared_ptr based singletone what causes link error?...


c++design-patternssingletonshared-ptr

Read More
Is it thread safe to reset and copy shared_ptr simultaneously?...


c++thread-safetyshared-ptr

Read More
Questions about shared_ptr...


c++11g++shared-ptrdynamic-memory-allocation

Read More
Deep-copy constructor for a new graph...


c++shared-ptrcopy-constructordeep-copydirected-graph

Read More
What is the maximum reference count in std::shared_ptr? What happens if you try to exceed it?...


c++c++11shared-ptrreference-counting

Read More
Deleting an edge from edges_ that is declared as std::set<std::shared_ptr<Edge>> edges_;...


c++graphiterationshared-ptrstdset

Read More
error: no matching function for call to ‘std::map<std::__cxx11::basic_string<char>...


c++iteratorshared-ptrstdmapdirected-graph

Read More
Shared ownership of IDisposable objects in C#...


c#shared-ptridisposable

Read More
C++11 transform with shared_ptr to a vector and class...


c++c++11lambdatransformshared-ptr

Read More
Is the copy constructor of `std::shared_ptr` atomic versus `reset()`?...


c++concurrencyshared-ptr

Read More
Return new instance or itself as std::shared_ptr rather than raw pointer...


c++pointersshared-ptr

Read More
shared_ptr, unique_ptr, ownership, Am I overdoing it in this particular case?...


c++c++11c++14shared-ptr

Read More
Boost smart array is not working...


linuxboostshared-ptr

Read More
any difference in constructing shared pointer...


c++11shared-ptrmake-shared

Read More
What is the easiest way to provide an undetermined-lifespan bool to share between threads?...


c++multithreadingsynchronizationshared-ptratomic

Read More
ABI Compatibility between release and debug...


c++gcccompilationshared-ptrabi

Read More
Assigning make_unique<X> to shared_ptr<X>...


c++shared-ptrunique-ptrmove-assignment-operator

Read More
memory leak under GCC (but not Clang) when throwing in the middle of a C++14 initializer list for st...


c++exceptionc++14shared-ptrinitializer-list

Read More
BackNext