C++
Understanding the inner workings of C++ smart pointers - The unique_ptr with custom deleter
Let's continue where I left off last time. You've seen a simple implementation of a unique_ptr in Understanding the inner workings of C++ smart pointers - The unique_ptr. Now, [...]
