$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] First attempt at using Boost::Test is a flop: the program ends with an exception related to std::string but I don't use any
From: Mathieu Champlon (mathieu.champlon_at_[hidden])
Date: 2012-05-21 09:41:39
Hi,
On 21/05/2012 11:40, Ted Byers wrote:
> Is there another macro that is specialized for the case when the
> expected outcome, for a double, of a given calculation is zero?
Yes, it's BOOST_CHECK_SMALL
Regards,
Mathieu