New posts in shared-ptr

Conversion from boost::shared_ptr to std::shared_ptr?

boost, shared ptr Vs weak ptr? Which to use when?

How to intentionally delete a boost::shared_ptr?

How do shared pointers work?

Problems using member function as custom deleter with std::shared_ptr

Cohabitation of boost::shared_ptr and std::shared_ptr

Check for null in std::shared_ptr

What's your convention for typedef'ing shared_ptr?

Segmentation fault when using a shared_ptr for private_key

How to get the Object being pointed by a shared pointer?

What are potential dangers when using boost::shared_ptr?

Are there any downsides with using make_shared to create a shared_ptr

shared_ptr: horrible speed

Is boost shared_ptr <XXX> thread safe?

About shared_mutex and shared_ptr across multiple threads

How is the std::tr1::shared_ptr implemented?

Is make_shared really more efficient than new?

Error: expected type-specifier before 'ClassName'

std::shared_ptr: reset() vs. assignment

Detach a pointer from a shared_ptr? [duplicate]