
16 May
2007
16 May
'07
1:32 p.m.
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, but that piece of information actually helped me understand a little better what the test for "close" is doing.