2019. 2. 14. 13:18

Top 10 dumb mistakes to avoid with C++ 11 smart pointers

2019. 1. 21. 11:00

Circular reference problem with smart pointer

Circular dependency issues with std::shared_ptr, and std::weak_ptr

Smart pointers which is implemented using reference counting cause a memory leak when there is a circular dependency with them.