BlogMONTH: November 2024C++unique_ptr and the pointer to implementation idiomLast time, I wrote about unique_ptr and PImpl, demonstrating why you can't use a unique_ptr for PImpl. This time, I'd like to show you how you can make unique_ptr work with PImpl. [...]