From e6deedfb335984d47082c489178ba360dab4bea6 Mon Sep 17 00:00:00 2001 From: rsd Date: Wed, 21 Jun 2017 14:35:04 -0500 Subject: [PATCH] Changed _RELEASE to _RELEASE_MAJOR. Mostly this is to test pushing to our fork. More to come. --- include/boost/config/compiler/cray.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/cray.hpp b/include/boost/config/compiler/cray.hpp index eab52877..0fd133a9 100644 --- a/include/boost/config/compiler/cray.hpp +++ b/include/boost/config/compiler/cray.hpp @@ -10,7 +10,7 @@ #define BOOST_COMPILER "Cray C version " BOOST_STRINGIZE(_RELEASE) -#if _RELEASE < 8 +#if _RELEASE_MAJOR < 8 # error "Boost is not configured for Cray compilers prior to version 8, please try the configure script." #endif