
30 Nov
2006
30 Nov
'06
2:32 p.m.
"Jürgen Hunold" <hunold@ivembh.de> wrote in message news:200611301515.29992.hunold@ivembh.de... Hi Jaoquin ! An'n Dunnersdag 30 November 2006, 14:44 hett Joaquín Mª López Muñoz schreven:
CW 9.4 fails to compile floating_point_comparison.hpp (see ...
#if BOOST_WORKAROUND(__MWERKS__,BOOST_TESTED_AT(0x3205)) enum floating_point_comparison_type { #else enum BOOST_TEST_DECL floating_point_comparison_type { #endif
Is it OK for me to commit this change to the HEAD and RC_1_34_0?
I've just checked with msvc-8.0 and simply removed the BOOST_TEST_DECL. So please just remove it _completely_ as it is not needed. And gcc will complain about it when visibility-support is enabled, too.
Go ahead and commit. Gennadiy