From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-02-27 16:59:31


AlisdairM wrote:

> -# if defined(__BORLANDC__) && (__BORLANDC__ <= 0x570)
> +# if BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x581) )

I applied this part of your patch; for the rest, I'd rather wait for a test
case.