
31 May
2007
31 May
'07
2:50 p.m.
"Chris Fairles" <chris.fairles@gmail.com> wrote in message news:fac6bb500705310734l20adccxd3c2656306af0a7@mail.gmail.com...
2) Use check_is_close explicitly and change the default comparison type to FPC_WEAK. This means going outside the nice auto-unit-test and test-tools framework which although I'm fine with, other programmers writing test cases on my team might not be.
You can combine check_is_close with BOOST_CHECK_PREDICATE to get nice test tools output. Gennadiy