From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2003-08-27 09:11:19


Hi Boosters,

shared_ptr<> can hold incomplete types. Aparently the trick
is to hold a pointer to a destructor function.

However, from reading the code, it is quite hard to understand completely.

Does anyone know some resource that describes the technique
(or maybe someone could explain it to me)?

Thanks

Thorsten