Boost logo

Boost Testing :

From: Jim Douglas (jim_at_[hidden])
Date: 2006-01-11 04:38:10


John,

log1p_expm1_test:

The failure to compile log1p.hpp and expm1.hpp is caused by the fact
that the maths functions are promoted int the std namespace when using
'cmath' from the Dinkumware C++ library. You are currently looking for
them in the global namespace.

complex_test:

Could you please provide some pointers as to why this test is failing. I
tried to run the test manually from a terminal window and it appeared to
drop into an endless loop. I terminated it after 5 mins of staring at
Matrix-like output :-) Note that the text on the regression test web
page is truncated.

Regards
Jim


Boost-testing list run by mbergal at meta-comm.com