...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Floating point comparison tolerance manipulators.
This file defines several manipulators for floating point comparison. These manipulators are intended to be used with BOOST_TEST.
namespace boost { namespace test_tools { template<typename FPT> unspecified tolerance(FPT); template<typename FPT> unspecified tolerance(fpc::percent_tolerance_t< FPT >); unspecified tolerance(); } }