forked from boostorg/config
'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:
@ -232,10 +232,7 @@
|
|||||||
#endif // __cplusplus >= 201103L
|
#endif // __cplusplus >= 201103L
|
||||||
|
|
||||||
#if __cplusplus >= 201402L
|
#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_CXX14_DIGIT_SEPARATORS
|
||||||
#define BOOST_NO_TEMPLATE_TEMPLATES
|
|
||||||
#endif // __cplusplus == 201402L
|
#endif // __cplusplus == 201402L
|
||||||
|
|
||||||
#endif // BOOST_CRAY_VERSION >= 80605
|
#endif // BOOST_CRAY_VERSION >= 80605
|
||||||
|
Reference in New Issue
Block a user