mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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:
|
||||
|
||||
#if (((__HP_aCC >= 61200) && defined(__EDG__)) ||\
|
||||
((__HP_aCC >= 38000) && defined(__hpxstd98)))
|
||||
#if defined(__EDG__)
|
||||
#include "boost/config/compiler/common_edg.hpp"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user