forked from boostorg/config
Add section for next release to 'cray.hpp'
This commit is contained in:
@ -402,6 +402,23 @@
|
|||||||
|
|
||||||
#endif // BOOST_CRAY_VERSION >= 80700
|
#endif // BOOST_CRAY_VERSION >= 80700
|
||||||
|
|
||||||
|
//
|
||||||
|
// Next release
|
||||||
|
//
|
||||||
|
|
||||||
|
#if BOOST_CRAY_VERSION > 80799
|
||||||
|
|
||||||
|
#if __cplusplus >= 199711L
|
||||||
|
#endif // __cplusplus >= 199711L
|
||||||
|
|
||||||
|
#if __cplusplus >= 201103L
|
||||||
|
#endif // __cplusplus >= 201103L
|
||||||
|
|
||||||
|
#if __cplusplus >= 201402L
|
||||||
|
#endif // __cplusplus == 201402L
|
||||||
|
|
||||||
|
#endif // BOOST_CRAY_VERSION > 80799
|
||||||
|
|
||||||
////
|
////
|
||||||
//// Remove temporary macros
|
//// Remove temporary macros
|
||||||
////
|
////
|
||||||
|
Reference in New Issue
Block a user