Thoughts on creating a tracking pointer class, part 2: Using a std::list

1 · Raymond Chen · Aug. 12, 2025, 4:44 p.m.
Summary
This blog post, part 2 of a series, discusses the implementation of a tracking pointer class using the std::list data structure in C++. It offers insights into managing pointers and tracking allocations, building on topics introduced in the first part of the series.