|
Threads-Devel : |
From: David Abrahams (dave_at_[hidden])
Date: 2006-03-23 10:56:48
Roland Schwarz <roland.schwarz_at_[hidden]> writes:
> 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.
Okay. Keep in mind that deprecated means "supported with a warning
that support may go away in upcoming releases."
-- Dave Abrahams Boost Consulting www.boost-consulting.com