
20 Jan
2013
20 Jan
'13
1:32 p.m.
Yes for a large I support that, but in some respects intrusive_ptr's have some benefit over shared_ptr's (e.g. you cannot pass a shared_ptr of urslef in ctor's etc.)
OTOH, intrusive_ptr doesn't have a weak_ptr counterpart -- and this is much more problematic, imho.