$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dave (better_cs_now_at_[hidden])
Date: 2006-04-03 15:46:59
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