IBM C++ support added.

[SVN r18587]
This commit is contained in:
Peter Dimov
2003-05-28 13:45:58 +00:00
parent c242f14d91
commit d1d4e32516

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__