From 1c7a2a1476d564a2823bc86fd7680c7a809bb9af Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 28 May 2003 13:45:58 +0000 Subject: [PATCH] IBM C++ support added. [SVN r18587] --- include/boost/current_function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/current_function.hpp b/include/boost/current_function.hpp index 732fb2d..516a394 100644 --- a/include/boost/current_function.hpp +++ b/include/boost/current_function.hpp @@ -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__