Boost logo

Boost :

From: Edward Diener (eddielee_at_[hidden])
Date: 2003-11-25 22:03:35


Deane Yang wrote:
> Beman Dawes wrote:
>> It would be great if Boosters who care about Borland could try the
>> 6.0 preview against the Boost regression tests to see what issues
>> turn up.
>>
>
> Yes, please!
>
> I've already tried to compile something that uses boost,
> and compilation fails inside boost/config/compiler/borland.hpp,
> because the compiler is "unknown". Could someone suggest what to
> do next?

Look at the bottom of boost\config\compiler\borland.hpp . If __BORLANDC__ is
greater than 0x570 you will fail on this message. You need to bump up the
0x570 to be beyond what __BORLANDC__ is for the new compiler.


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