
16 May
2007
16 May
'07
2:01 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Jody Hagins Sent: 16 May 2007 14:33 To: boost@lists.boost.org Subject: Re: [boost] [test] comparing floating point values
On Wed, 16 May 2007 10:42:26 +0100 "Paul A Bristow" <pbristow@hetp.u-net.com> wrote:
In practice this is unlikely to bite you - but during testing it might, if you demand equality BOOST_CHECK_EQUAL rather than using a BOOST_CHECK_CLOSE_FRACTION() with a single epsilon sized tolerance.
Thanks, Paul. I don't use MSVC,
So you will be pleased to know that I had reports that gcc didn't have this unwanted feature :-) Paul