forked from boostorg/utility
Fix: Comeau with bcc32 as backend defines __BORLANDC__ as 1.
[SVN r16455]
This commit is contained in:
@ -35,7 +35,7 @@ inline void current_function_helper()
|
|||||||
|
|
||||||
# define BOOST_CURRENT_FUNCTION __FUNCSIG__
|
# define BOOST_CURRENT_FUNCTION __FUNCSIG__
|
||||||
|
|
||||||
#elif defined(__BORLANDC__)
|
#elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x550)
|
||||||
|
|
||||||
# define BOOST_CURRENT_FUNCTION __FUNC__
|
# define BOOST_CURRENT_FUNCTION __FUNC__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user