Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

no type named 'shared_ptr' in namespace 'std'

xcode bdd shared-ptr cedar-bdd

Qt raw vs std::shared_ptr

c++ qt c++11 shared-ptr

Is it good practice to bind shared pointers returned by functions to lvalue references to const?

Returning Smart Pointers

Emplace a pointer to a multimap of shared_ptr's doesn't work

How to pass std::shared_ptr to callback through unsigned long?

c++ shared-ptr

C++ interface between raw pointers and shared_ptr

c++ shared-ptr

How to work around 10 limit for make_shared in Visual Studio

shared pointer double deleting

c++ shared-ptr

How to create a shared_ptr in dll and export it via a factory function?

c++ dll shared-ptr

segment fault for a simple std::shared_ptr construction case

Shared pointers not increasing the use_count

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

c++ boost c++11 shared-ptr

How can I erase a shared_ptr from vector

c++ vector shared-ptr

Why the compiler complains that std::thread arguments must be invocable after conversion to rvalues?

c++ shared-ptr

ntdll.dll [Frames below may be incorrect /missing, no symbols loaded for ntdll.dll]

Iterate shared_ptr<std::vector<T>>

c++ c++11 shared-ptr

std::bad_weak_ptr exception when using shared_from_this

What happens when a copy of shared_ptr is made?

c++ c++11 shared-ptr

using Qt objects with std::shared_ptr

c++ qt shared-ptr