$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-02-28 09:33:21
On 02/28/2006 06:35 AM, Larry Evans wrote:
[snip]
> to smart pointers. Only when an object is destroyed is communication
> with the pointee needed. Of course, there must be some provision for
Correction: Only when a smart pointer changes its pointee or is
destructed is communication with the pointee needed.