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?
This is a discussion on intrusive_ptr vs shared_ptr within the C++ Programming forums, part of the General Programming Boards category; I got some code here that uses intrusive_ptr. But I cant see why one would choose to use intrusive_ptr over ...
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?