12 May
2009
12 May
'09
8:11 p.m.
Dominique Devienne:
Is it possible to achieve the ability of shared_ptr<T> to be used as a class member in a class declaration with an incomplete type T, with intrusive_ptr?
The usual approach is to declare: class X; void inrisuve_ptr_add_ref( X* ); void intrusive_ptr_release( X* );