diff --git a/include/boost/numeric/ublas/detail/config.hpp b/include/boost/numeric/ublas/detail/config.hpp index 6d25bcc2..59bad1dd 100644 --- a/include/boost/numeric/ublas/detail/config.hpp +++ b/include/boost/numeric/ublas/detail/config.hpp @@ -123,6 +123,10 @@ namespace std { #endif +// PGI compiler +#ifdef __PGIC__ +#define BOOST_UBLAS_UNSUPPORTED_COMPILER 0 +#endif // HP aCC C++ compiler #if defined (__HP_aCC) && ! defined (BOOST_STRICT_CONFIG)