IBM C++ support added.

[SVN r18587]
This commit is contained in:
Peter Dimov 2003-05-28 13:45:58 +00:00
parent 7c40cc0b63
commit 1c7a2a1476

View File

@ -35,7 +35,7 @@ inline void current_function_helper()
# define BOOST_CURRENT_FUNCTION __FUNCSIG__
#elif defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 600)
#elif (defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 600)) || (defined(__IBMCPP__) && (__IBMCPP__ >= 500))
# define BOOST_CURRENT_FUNCTION __FUNCTION__