Re: [boost] Comeau with Borland backend

2003-02-22 Thread David Abrahams
"Peter Dimov" <[EMAIL PROTECTED]> writes: > Some Boost libraries test for __BORLANDC__ defined and proceed to use > illegal constructs under the asumption that the compiler is Borland 5.x. > This is wrong. Comeau C++, when using Borland as backend, also defines > __BORLANDC__ (currently as 0x540).

[boost] Comeau with Borland backend

2003-02-22 Thread Peter Dimov
Some Boost libraries test for __BORLANDC__ defined and proceed to use illegal constructs under the asumption that the compiler is Borland 5.x. This is wrong. Comeau C++, when using Borland as backend, also defines __BORLANDC__ (currently as 0x540). I have fixed is_pointer and is_reference since th