$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jarl Friis (jarl_at_[hidden])
Date: 2008-05-29 04:19:31
I am using
BOOST_CHECK_CLOSE which is defined in test_tools.hpp.
I my test I have
#include <boost/test/unit_test.hpp>
Aparently this requires that I also include
#include <boost/test/floating_point_comparison.hpp>
wouldn't it be more correct to have this include in the test_tools.hpp
file?
Jarl