$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-10-28 03:50:42
Hi,
I have several outstanding issues with BOOST_CHECK_CLOSE. Users keeps
confuse it with absolute comparison and error message is misleading.
What I plan is to switch to percentage based specification of the
tolerance. IOW BOOST_CHECK_CLOSE( a, b, p ) will check that (a-b)/a does not
exceed p percent. Error message I will change accordingly.
The only problem is that will not be backward compatible. Does anybody see
a solution to overcome this?
Gennadiy.