$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: larsbj_at_[hidden]
Date: 2001-03-18 12:42:35
alexoss_at_[hidden] writes:
| 7. Are there situations in which use_count() and unique() are
| helpful to have? I've never needed to know this information about my
| old reference-counted pointer class.
I use at least unique here (ealier I also used use_count to sort the
vector).
(btw. if you have suggestion on how to improve this code I'd be
grateful)
Lgb