From da5012a135d601cc4114a8178030f9a541ee9957 Mon Sep 17 00:00:00 2001 From: Justin LaPolla Date: Tue, 12 Dec 2017 14:31:45 -0600 Subject: [PATCH] Work on 'cray.hpp' for C++2003 version 8.6.5 - All tests pass except the 'qnan' test mentioned in the previous commit. The test command line is: `b2 -q toolset=craype cxxstd=03 cxxstd-dialect=gnu` --- include/boost/config/compiler/cray.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/config/compiler/cray.hpp b/include/boost/config/compiler/cray.hpp index 2f0a5f64..03d0da9d 100644 --- a/include/boost/config/compiler/cray.hpp +++ b/include/boost/config/compiler/cray.hpp @@ -222,6 +222,9 @@ #if BOOST_CRAY_VERSION >= 80605 +#if __cplusplus >= 199711L +#endif // __cplusplus >= 199711L + #if __cplusplus >= 201103L #define BOOST_NO_CXX11_HDR_ATOMIC #define BOOST_NO_CXX11_HDR_REGEX