3 Apr
2006
3 Apr
'06
7:46 p.m.
Hello all, I'm using shared_ptr<foo> and would like to be notified, via a callback, when the use count for a foo object becomes > N. I wish to receive notification for no shared_ptr types other than those instantiated with foo. Is this possible? Thanks, Dave