'smart pointer'에 해당되는 글 2건
2019. 2. 14. 13:18
Top 10 dumb mistakes to avoid with C++ 11 smart pointers
2019. 2. 14. 13:18 in link/language

2019. 1. 21. 11:00
Circular reference problem with smart pointer
2019. 1. 21. 11:00 in link/language

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.