$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-09-10 11:29:08
On Tuesday 10 September 2002 11:57 am, Peter Dimov wrote:
> From: "Douglas Gregor" <gregod_at_[hidden]>
>
> > safe_bool operator!() const
> > { return (!this->empty())? 0 : &dummy::nonnull<int>; }
>
> This is not related to the problem you are discussing, but operator! can
> (and probably should) return an ordinary bool.
Yes, it should return a bool. Thanks, I'll change this.
Doug