mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
IBM C++ support added.
[SVN r18587]
This commit is contained in:
parent
7c40cc0b63
commit
1c7a2a1476
@ -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__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user