
4 Jun
2006
4 Jun
'06
8:51 a.m.
_______________________________________________ 13. t1_quantity/operations/compare.hpp:
The #include <cmath>
should be replaced with
#include <boost/compatibility/cpp_c_headers/cmath>
which works for Intel C++ plugged in VC6 IDE with old Dinkumware.
The header <boost/compatibility/cpp_c_headers/cmath> has a bug (abs() is missing) but it has been reported.
Um no, those compatibilty headers *only work for broken compilers* for std conforming lib's that really do define the C names in namespace std they do not contain legal code. The idea is that if you are one of the few people still needing these headers then you'll simply add them to your include path. John.