Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in unique-ptr
Why is this not a memory leak in C++?
Feb 06, 2026
c++
memory-leaks
valgrind
undefined-behavior
unique-ptr
Is move() with unique_ptr irreplaceable?
Feb 05, 2026
c++
c++11
move
unique-ptr
Should use unique_ptr to more easily implement "move" semantics?
Feb 06, 2026
c++
c++11
move-semantics
unique-ptr
Problems with implementation of unique_ptr's move constructor
Feb 03, 2026
c++
move-semantics
unique-ptr
move-constructor
Compile error with gcc when in-class initializing unique_ptr of incomplete type to nullptr
Feb 02, 2026
c++
unique-ptr
pimpl-idiom
gcc8
in-class-initialization
C++: Moving to unique_ptr
Jan 27, 2026
c++
unique-ptr
using range-based for with std::set<std::unique_ptr<T>> deleted function
Jan 19, 2026
c++
c++11
set
unique-ptr
deleted-functions
How to implement a destructor for an n-ary graph node that won't cause a stack overflow?
Jan 03, 2026
c++
stack-overflow
destructor
unique-ptr
Is it safe to use unique_ptr in an Exception class
Dec 20, 2025
c++
exception
smart-pointers
unique-ptr
Return value of a find function searching through a vector of unique_ptr's
Dec 22, 2025
c++
c++11
vector
iterator
unique-ptr
Why does = default member initializer request instantiation of unique_ptr destructor while {} does not?
Dec 19, 2025
c++
language-lawyer
unique-ptr
pimpl-idiom
template-instantiation
Did the rules for nullptr init of unique_ptr change in C++23?
Dec 21, 2025
c++
visual-c++
language-lawyer
unique-ptr
c++23
Typedef of unique_ptr List
Dec 19, 2025
c++
list
unique-ptr
moving unique_ptr in c++
Dec 15, 2025
c++
unique-ptr
Copy std::map of std::unique_ptr with polymorphic content
Dec 09, 2025
c++
copy
c++14
unique-ptr
std::move on object pointed to by a unique_ptr
Dec 10, 2025
c++
c++11
unique-ptr
does auto deduce that a type is a pointer?
Dec 09, 2025
c++
unique-ptr
auto
unique pointer memory leak
Dec 06, 2025
c++
c++11
visual-c++
new-operator
unique-ptr
Older Entries »