$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-05-03 15:23:18
From: "Mark Rodgers" <mark.rodgers_at_[hidden]>
> Oh, one more thing - I don't care too much for weak_ptr. I think
> the overhead doesn't reflect its (lack of) usefulness. But maybe I
> just need to be educated on how to use it... ;-)
To break cycles. If you never need to break cycles, you're likely to not
find it very useful. ;-)