Thoughts on creating a tracking pointer class, part 9: Conversion

Last time, we added the ability to create tracking pointers from const objects. But we discovered that you could not convert a tracking_ptr<T> to a tra

Click here to read the article