Merge pull request #158 from boostorg/cce86-cray-config

Cce86 cray config
This commit is contained in:
rsdale
2017-06-28 06:56:13 -05:00
committed by GitHub

View File

@ -21,10 +21,9 @@
# error "Unsupported Cray compiler, please try running the configure script." # error "Unsupported Cray compiler, please try running the configure script."
#endif #endif
#if _RELEASE_MINOR < 6 #if _RELEASE_MINOR < 5 || __cplusplus < 201100
#include <boost/config/compiler/common_edg.hpp> #include <boost/config/compiler/common_edg.hpp>
// //
// //
#define BOOST_NO_CXX11_STATIC_ASSERT #define BOOST_NO_CXX11_STATIC_ASSERT
@ -115,6 +114,10 @@
#define BOOST_HAS_LONG_LONG #define BOOST_HAS_LONG_LONG
#define BOOST_HAS_FLOAT128 #define BOOST_HAS_FLOAT128
#if __cplusplus < 201400
#define BOOST_NO_CXX11_DECLTYPE_N3276
#endif /* __cpluspus */
#endif /* _RELEASE_MINOR */ #endif /* _RELEASE_MINOR */