$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Moore, Paul (Paul.Moore_at_[hidden])
Date: 1999-12-06 10:33:39
From: Ed Brey [mailto:brey_at_[hidden]]
> A referenced counted pointer where the reference count never goes
> above 1 sounds to me like a scoped_ptr. Is there difference between
> scoped_ptr and what you are thinking of?
Nope - I misread what scoped_ptr did :-(
[In my defence, when I wrote the original code, I hadn't heard of boost, so
I wrote my own anyway...]
Paul.