Merge pull request #169 from dkolsen-pgi/pgi-compiler-support

Update PGI C++ compiler support
This commit is contained in:
jzmaddock
2017-08-01 18:11:07 +01:00
committed by GitHub

View File

@ -367,9 +367,6 @@ namespace boost
#include <stddef.h> #include <stddef.h>
#endif #endif
// PGI seems to not support intptr_t/uintptr_t properly. BOOST_HAS_STDINT_H is not defined for this compiler by Boost.Config.
#if !defined(__PGIC__)
#if (defined(BOOST_WINDOWS) && !defined(_WIN32_WCE)) \ #if (defined(BOOST_WINDOWS) && !defined(_WIN32_WCE)) \
|| (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) && !defined(__UCLIBC__)) \ || (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) && !defined(__UCLIBC__)) \
|| defined(__CYGWIN__) \ || defined(__CYGWIN__) \
@ -393,8 +390,6 @@ namespace boost {
#endif #endif
#endif // !defined(__PGIC__)
#endif // BOOST_CSTDINT_HPP #endif // BOOST_CSTDINT_HPP