Sebastian Nowozin <nowozin <at> gmail.com> writes:
Hello,
I am a regular user of the boost test library, having used CPPunit
before. I miss the following macro:
BOOST_CHECK_DOUBLES_EQUAL(first, second, absolute_tolerance);
Use BOOST_CHECK_SMALL.
Gennadiy