From: David B. Held (dheld_at_[hidden])
Date: 2002-04-19 15:59:40


Also, is having two different counts going to render shared_ptr::use_count
a bit less useful? Or would you check to see if the pointee is ref_counted,
and then check that count as well? It seems that it would make unique()
quite ineffective.

Dave