Thoughts on creating a tracking pointer class, part 10: Proper conversion

Last time, we added the ability to convert tracking pointers to non-const objects into tracking pointers to const objects, but we noted that there’s a problem. The problem is that

Click here to read the article