2 Jun
2008
2 Jun
'08
6:15 a.m.
Jarl Friis
I am using
BOOST_CHECK_CLOSE which is defined in test_tools.hpp.
I my test I have #include
Aparently this requires that I also include #include
wouldn't it be more correct to have this include in the test_tools.hpp file?
It was intentionally separated into standalone file to avoid unnecessary dependency. I consider changing this, siince this header doesn't really bring a lot with it. Gennadiy