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