
24 Jul
2006
24 Jul
'06
12:44 a.m.
On Sun, 23 Jul 2006 21:37:03 +0200, Gennaro Prota <gennaro_prota@yahoo.com> wrote:
AFAICT, that's correct
Well, thanks to all those who refrained to reply and let myself realize my own stupidity :-( I've changed #if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x530)) to #if BOOST_WORKAROUND(__SUNPRO_CC, < 0x580) so that we can see the effect. Eventually the comparison should then be <= 0x530 or < 0x570. -- [ Gennaro Prota, C++ developer for hire ]