'cray.hpp' remove unneeded macros for C++14

- Test still passes: `b2 -q toolset=craype cxxstd=14
  cxxstd-dialect=gnu`.
This commit is contained in:
Justin LaPolla
2017-12-12 14:35:22 -06:00
parent da5012a135
commit 31cbd59c85

View File

@ -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