|
Boost Testing : |
From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2008-03-21 07:46:46
Robert Ramey wrote:
> hp_cxx-71_006_tru64
> pgi-7.0
>
>
> These - (rather than emit a warning) when BOOST_STATIC_WARNING is used:
> The
> fille static_warning.hpp includes 5 different methods for generating the
> warning message
> so its a question of picking the right one for each of these compilers.
For cxx on Tru64, you can choose DIVIDE_BY_ZERO method:
# elif defined(__GNUC__) && !defined(BOOST_INTEL) || defined(__DECCXX)
With this change, the tests that are currently failing because of this
issue, pass. Markus can double check it.
There is also a missing '#include <ostream>' in serialization/test/A.hpp.
Becuase of this, some tests to fail to compile on HP-UX/aCC.
Thanks,
Boris