IBM compiler is not GCC.

This commit is contained in:
jzmaddock
2015-07-07 17:17:34 +01:00
parent ecb017fd33
commit 5a9c919ef6

View File

@ -48,7 +48,7 @@
// Digital Mars C++ // Digital Mars C++
# define BOOST_COMPILER_CONFIG "boost/config/compiler/digitalmars.hpp" # define BOOST_COMPILER_CONFIG "boost/config/compiler/digitalmars.hpp"
# elif defined __GNUC__ # elif defined(__GNUC__) && !defined(__ibmxl__)
// GNU C++: // GNU C++:
# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp" # define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp"