From 31cbd59c85e4012bc032ddc02695a4838b615201 Mon Sep 17 00:00:00 2001 From: Justin LaPolla Date: Tue, 12 Dec 2017 14:35:22 -0600 Subject: [PATCH] 'cray.hpp' remove unneeded macros for C++14 - Test still passes: `b2 -q toolset=craype cxxstd=14 cxxstd-dialect=gnu`. --- include/boost/config/compiler/cray.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/config/compiler/cray.hpp b/include/boost/config/compiler/cray.hpp index 03d0da9d..310cd5ec 100644 --- a/include/boost/config/compiler/cray.hpp +++ b/include/boost/config/compiler/cray.hpp @@ -232,10 +232,7 @@ #endif // __cplusplus >= 201103L #if __cplusplus >= 201402L -#define BOOST_NO_CXX11_HDR_TYPEINDEX -#define BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS #define BOOST_NO_CXX14_DIGIT_SEPARATORS -#define BOOST_NO_TEMPLATE_TEMPLATES #endif // __cplusplus == 201402L #endif // BOOST_CRAY_VERSION >= 80605