$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] Review Request
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-03 16:00:23
On 5/3/2011 12:50 PM, Jeremy Maitin-Shepard wrote:
>
> When you detect a cycle to be destroyed, would it be possible to zero
> all of the relevant pointers before invoking any destructors?
No it's only possible to zero them at the time they are dereferenced
explicitly.
-Phil