Search code examples
Examine boost shared_ptr with gdb...


c++boostgdbshared-ptr

Read More
Getting polymorphism to work in a C++ map without memory leaks?...


c++dictionarymemory-leakspolymorphismshared-ptr

Read More
Shared pointers delete recursive data structures recursively and the stack overflows...


c++data-structuresc++11recursionshared-ptr

Read More
std::vector::erase() (multithreaded) 'Assertion `px != 0' failed.'...


c++booststlboost-asioshared-ptr

Read More
Using typedef with raw pointer vs. shared_ptr...


c++typedefshared-ptr

Read More
assigning one shared_ptr to another...


c++11shared-ptr

Read More
Can I use boost::make_shared with a private constructor?...


c++boostshared-ptrmake-shared

Read More
Use of const pointer to class in function...


c++constantsshared-ptr

Read More
boost::variant, shared-ptr error in assignment...


c++boostc++11shared-ptrboost-variant

Read More
shared_ptr with incomplete types from library...


c++sdlshared-ptr

Read More
Should I convert a library with memory leaks to C++11's smart pointers?...


c++memory-managementc++11shared-ptrunique-ptr

Read More
How to derive a template template class from boost::enable_shared_from_this?...


c++boostshared-ptrtemplate-templates

Read More
Transform vector of boost::shared_ptr using boost::bind and boost::static_pointer_cast...


c++booststlshared-ptrboost-bind

Read More
C++11 Shared Ptr, share the same reference counter...


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

Read More
How to manage shared object lifetimes with static casts?...


c++c++11shared-ptrstatic-cast

Read More
Polymorphic allocation of shared_ptr member variable...


c++c++11shared-ptr

Read More
Polymorphic dispatch using boost::shared_ptr...


c++vectorpolymorphismshared-ptrdispatch

Read More
How do I hand out weak_ptrs to this in my constructor?...


c++c++11shared-ptr

Read More
Custom deleter for shared_ptr that expects an address of pointer...


c++boostshared-ptr

Read More
Is there a difference between those ways to store an array of pointers?...


c++boostc++11shared-ptr

Read More
shared_ptr in vector trouble - iterating and losing scope - getting corrupted data...


c++pointersvectorscopeshared-ptr

Read More
Why doesn't shared_ptr have a virtual descructor? (and how can I get around this?)...


c++shared-ptrvirtual-destructor

Read More
C++ boost::shared_ptr operator[] details...


c++boostshared-ptr

Read More
Making sure global logger object lives longer than other global objects...


c++singletonglobal-variablesshared-ptr

Read More
C++ Initialization array handled by boost::shared_ptr...


c++shared-ptr

Read More
C++ shared_ptr holding dynamically allocated array...


c++booststlshared-ptr

Read More
friend function of std::make_shared() in Visual Studio 2010 (not Boost)...


c++visual-studio-2010shared-ptrfriend

Read More
C++ Class API method returning link to temporary iterable substance...


c++stlshared-ptr

Read More
How do I iterate through a sequence of shared_ptr objects?...


c++c++11referenceshared-ptr

Read More
c++ exception safety in constructor...


c++exceptionc++11shared-ptrunique-ptr

Read More
BackNext