$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-08-14 10:51:01
At 10:41 AM 8/14/2002, Peter Dimov wrote:
>From: "Beman Dawes" <bdawes_at_[hidden]>
>>
>> Here are the problems I know of that need fixes or investigation:
>>
>> * !!(predicate) fix as discussed
>
>No longer necessary. I switched to BOOST_TEST(p? true: false); adding !!
in
>BOOST_TEST would silently test operator!, not the "boolean context"
>conversion.
Thanks, I noticed that, but kept the issue on the list so it wouldn't get
lost now that the regression test isn't reporting a problem.
--Beman