Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Dereference operator for unique_ptr does not work in Eclipse

Why is static downcasting unique_ptr unsafe?

c++ unique-ptr

C++ fatal error C1001: An internal error has occurred in the compiler

c++ unique-ptr c1001

The move function in unique_ptr C++03 emulation

Validity of pointer returned by operator->

Under which circumstances might std::unique_ptr::operator[] throw?

unique_ptr: linked list entry deletion

Ridiculously slow unique_ptr dtor call when debugger is attached (msvc)

Transferring sole ownership: unique_ptr vs move semantics

How to call other class' const member function via a std::unique_ptr member

How to remove unique_ptr by pointer from a container?

c++11 unique-ptr

How to forward unique_ptr with tuple?

c++ c++11 tuples unique-ptr

Mix boost::optional and std::unique_ptr

C++11 issues when moving from Visual Studio 2010 to 2012

Sorting a list of objects holding a vector of unique_ptr

c++ list c++11 vector unique-ptr

c++ std::unique_ptr won't compile in map

How to write a unique_ptr whose pointer and data is const

c++ unique-ptr

Compiler error when destructor declared in class body with unique_ptr as member of the same class

Why can't I return a unique_ptr from a pair?

"No-throw dereferencing" of std::unique_ptr

c++ c++11 unique-ptr