2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 16:12:09 +00:00

Fixes for PGI threading and ublas.

svn path=/trunk/boost/numeric/ublas/; revision=76468
This commit is contained in:
K. Noel Belcourt
2012-01-13 20:47:36 +00:00
parent 2aa6c49524
commit 75cf647e15

View File

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