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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user