From 664b2fdec872091ab28cfcd201a5823de114a38d Mon Sep 17 00:00:00 2001 From: Justin LaPolla Date: Tue, 10 Apr 2018 13:29:34 -0500 Subject: [PATCH] Update 'cray.hpp' for CCE 8.6.4 --- include/boost/config/compiler/cray.hpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/include/boost/config/compiler/cray.hpp b/include/boost/config/compiler/cray.hpp index 0451735a..b238c9ac 100644 --- a/include/boost/config/compiler/cray.hpp +++ b/include/boost/config/compiler/cray.hpp @@ -330,10 +330,11 @@ #endif // BOOST_CRAY_VERSION >= 80500 // -// 8.6.5 +// 8.6.4 +// (versions prior to 8.6.5 do not define _RELEASE_PATCHLEVEL) // -#if BOOST_CRAY_VERSION >= 80605 +#if BOOST_CRAY_VERSION >= 80600 #if __cplusplus >= 199711L #define BOOST_HAS_FLOAT128 @@ -383,7 +384,12 @@ #define BOOST_NO_CXX14_DIGIT_SEPARATORS #endif // __cplusplus == 201402L -#endif // BOOST_CRAY_VERSION >= 80605 +#endif // BOOST_CRAY_VERSION >= 80600 + +// +// 8.6.5 +// (no change from 8.6.4) +// // // 8.7.0