Aug 29, 2025 Post comments count2 Post likes count1 Thoughts on creating a tracking pointer class, part 15: A custom shared pointer Raymond Chen Simplifying it for out limited use case.
Aug 28, 2025 Post comments count2 Post likes count0 Thoughts on creating a tracking pointer class, part 14: Nonthrowing moves with the shared tracking pointer Raymond Chen Moving the exception somewhere else.
Aug 27, 2025 Post comments count0 Post likes count1 Thoughts on creating a tracking pointer class, part 13: Restoring the strong exception guarantee Raymond Chen Don't commit to anything until you know you can finish the job.
Aug 26, 2025 Post comments count0 Post likes count1 Thoughts on creating a tracking pointer class, part 12: A shared tracking pointer Raymond Chen Sharing a single tracking pointer among all instances.
Aug 25, 2025 Post comments count0 Post likes count1 Thoughts on creating a tracking pointer class, part 11: Repairing assignment Raymond Chen Restoring things that were automatically deleted.
Aug 22, 2025 Post comments count0 Post likes count1 Thoughts on creating a tracking pointer class, part 10: Proper conversion Raymond Chen Making sure you cannot remove qualifiers.
Aug 21, 2025 Post comments count0 Post likes count0 Thoughts on creating a tracking pointer class, part 9: Conversion Raymond Chen Making a read-only tracking pointer from a read-write tracking pointer.
Aug 20, 2025 Post comments count1 Post likes count0 Thoughts on creating a tracking pointer class, part 8: Tracking const objects Raymond Chen Making tracking pointers to const objects.
Aug 19, 2025 Post comments count0 Post likes count1 Thoughts on creating a tracking pointer class, part 7: Non-modifying trackers, second try Raymond Chen Another attempt to make tracking pointers to objects that you can't modify.
Aug 18, 2025 Post comments count0 Post likes count1 Thoughts on creating a tracking pointer class, part 6: Non-modifying trackers Raymond Chen Making tracking pointers to objects that you can't modify.