|
Boost : |
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2006-07-23 20:44:45
On Sun, 23 Jul 2006 21:37:03 +0200, Gennaro Prota
<gennaro_prota_at_[hidden]> 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 ]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk