base detection of EDG-based compiler on __EDG__ macro

[SVN r39193]
This commit is contained in:
Boris Gubenko
2007-09-11 18:54:50 +00:00
parent 668757a216
commit ef7a510e86

View File

@ -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