
18 Oct
2006
18 Oct
'06
5:37 p.m.
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.