I got some code here that uses intrusive_ptr. But I cant see why one would choose to use intrusive_ptr over shared_ptr.
Anyone has some practical experience with that?