$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reid Sweatman (reids_at_[hidden])
Date: 1999-08-16 12:55:03
> The idea is just that weak_ptr goes to null when the last shared_ptr
> goes away, so they stay in the map until overwritten or erased.
You got me before I finished my morning mail <g>. Yeah, what you describe
would work that way. Sounds like a fairly clean way to go, too.