31 May
2007
31 May
'07
2:50 p.m.
"Chris Fairles"
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