mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Restrict new pathscale config to 4.x versions.
[SVN r68376]
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
// Comeau C++
|
||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
|
||||
|
||||
#elif defined __PATHSCALE__
|
||||
#elif defined(__PATHSCALE__) && (__PATHSCALE__ >= 4)
|
||||
// PathScale EKOPath compiler (has to come before clang and gcc)
|
||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user