$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-11-12 08:16:04
From: "Per Kristensen" <per.kristensen_at_[hidden]>
> This is a constructed test case which should illustrate the problem. The
bug is only a problem if you access data members of the counted_based object
after the call to delete. So you can live happy without knowing anything
about the bug if you never do that.
>
> //sourcecode begin
[...]
Thanks, fixed in CVS. Nice test case. :-)