mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
Fix: Comeau with bcc32 as backend defines __BORLANDC__ as 1.
[SVN r16455]
This commit is contained in:
parent
aa65e3da3b
commit
8fcfa33d33
@ -35,7 +35,7 @@ inline void current_function_helper()
|
||||
|
||||
# define BOOST_CURRENT_FUNCTION __FUNCSIG__
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
#elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x550)
|
||||
|
||||
# define BOOST_CURRENT_FUNCTION __FUNC__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user