$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-08-14 09:41:33
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.