mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
IBM compiler is not GCC.
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
// Digital Mars C++
|
||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/digitalmars.hpp"
|
||||
|
||||
# elif defined __GNUC__
|
||||
# elif defined(__GNUC__) && !defined(__ibmxl__)
|
||||
// GNU C++:
|
||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user