Search code examples
Use of deallocator & allocator in shared_ptr...


c++shared-ptrsmart-pointers

Read More
how to point to a shared_ptr...


c++shared-ptr

Read More
bad_weak_ptr when calling shared_from_this() in base class...


c++boostshared-ptrweak-references

Read More
Using shared_ptr as output parameter...


c++apierror-handlingshared-ptr

Read More
Managing C type lifecycle using boost's shared_ptr?...


c++boostshared-ptrobject-lifetime

Read More
2D array in file/program scope...


carrayspointersmultidimensional-arrayshared-ptr

Read More
Trouble passing boost::shared_ptr<> into NewObject()...


javac++java-native-interfaceswigshared-ptr

Read More
Debuggable replacement for make_shared()...


c++c++11shared-ptrbacktracemake-shared

Read More
Error 2664 - Can't convert from std::vector<...> to std::tr1::shared_ptr...


c++shared-ptr

Read More
To use shared_ptr, is it safe ?...


c++shared-ptr

Read More
object of shared pointer being deleted while instances of shared_ptr are still in scope...


c++boostc++11shared-ptr

Read More
How cautiously should std::shared_ptr be handled?...


c++c++11shared-ptr

Read More
CRTP pattern and enable_shared_from_this...


c++design-patternsboostshared-ptr

Read More
Access violation, when using shared_ptr on legacy code...


visual-c++shared-ptraccess-violation

Read More
Access violation on delete, when using pointer and shared_pointer...


visual-c++shared-ptraccess-violation

Read More
C++ dynamic_ptr_cast of a shared_ptr from a base to derived fails...


c++polymorphismshared-ptr

Read More
What are the performance considerations of using a std::vector<boost::shared_ptr<Base_Class&gt...


c++booststlshared-ptr

Read More
How could I share "this" instance over my application in C++?...


c++shared-ptr

Read More
Why is it that defining boost::shared_ptr of a templated behaves differently than boost::shared_ptr ...


c++templatesboostcompiler-errorsshared-ptr

Read More
Strange NDK compilation with an arbitrary Boost library...


androidc++boostshared-ptr

Read More
Boost Pointer Container - can't store class as the key for ptr_map...


c++shared-ptrboost-ptr-container

Read More
Should I pass a shared_ptr by reference?...


c++shared-ptr

Read More
type casting when return from function with shared_ptr...


c++castingshared-ptr

Read More
C++0x Error: overloading a function with std::shared_ptr to const argument is ambiguous...


c++booststloverloadingshared-ptr

Read More
c++ array new char [] with boost::shared_array?...


c++arraysmallocnew-operatorshared-ptr

Read More
Why does this explicit destructor cause memory corruption in a shared ptr?...


c++destructorvalgrindshared-ptrexplicit-constructor

Read More
Boost shared_ptr seems doesn't support operator ==...


c++qtboostoperator-overloadingshared-ptr

Read More
c++ stl const iterator and const pointer...


c++constantsshared-ptrconst-iterator

Read More
Is this a good idiom for passing optional/NULL shared_ptr parameters?...


c++shared-ptr

Read More
Can deriving a class from 'enable_shared_from_this' increase performance?...


c++performancec++11shared-ptr

Read More
BackNext