|
Threads-Devel : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-03-23 10:10:45
David Abrahams schrieb:
> Roland Schwarz <roland.schwarz_at_[hidden]> writes:
>
>
>> I added the free borland compiler, but it seems that it also is
>> deprecated by boost.
>>
>
> ?? it is not deprecated.
>
>
From the borland.hpp config file:
// versions check:
// we don't support Borland prior to version 5.4:
#if __BORLANDC__ < 0x540
# error "Compiler not supported or configured - please reconfigure"
#elif __BORLANDC__ < 0x581
# pragma message( "Support for Borland compilers older than BCB2006 is
deprecated in Boost 1.34" )
#endif
The 551 is the one that can be freely downloaded. And as I do not have
access to another one I asked
this question.
Roland