$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-05-13 08:22:08
On Monday 13 May 2002 09:06 am, you wrote:
> The code uses zero to intialize shared_ptr's. Intel 6 marks this as illegal
> as he cannot find a ctor overload taking an int.
>
> I tend to agree with the compiler. BTW isn't zero initializing redundant ?
>
> Thomas
It is redudant. Thank you for finding this.
Doug