forked from boostorg/config
IBM compiler is not GCC.
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user