forked from boostorg/config
base detection of EDG-based compiler on __EDG__ macro
[SVN r39193]
This commit is contained in:
@@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
// HP aCC C++ compiler setup:
|
// HP aCC C++ compiler setup:
|
||||||
|
|
||||||
#if (((__HP_aCC >= 61200) && defined(__EDG__)) ||\
|
#if defined(__EDG__)
|
||||||
((__HP_aCC >= 38000) && defined(__hpxstd98)))
|
|
||||||
#include "boost/config/compiler/common_edg.hpp"
|
#include "boost/config/compiler/common_edg.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user