Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2006-06-04 04:51:15


> _______________________________________________
> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk