Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-10-18 13:37:48


John Maddock wrote:
> Peter Dimov wrote:
>> CVS-HEAD isn't being tested against Borland, is it?
>
> Unfortunately not much is being tested on HEAD at present :-(
>
>> Someone with access to a variety of Borland versions needs to try to
>> replace bind.hpp line 937:
>>
>> #if 0
>>
>> with
>>
>> #if defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, <
>> 0x??? )
>>
>> and report the correct value of 0x???. :-)
>
> It requires:
>
> #if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))
>
> since the workaround is required with the latest compiler release.

Thanks, done.


Boost list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk