Add section for next release to 'cray.hpp'

This commit is contained in:
Justin LaPolla
2018-02-06 11:36:52 -06:00
parent 3144e2a8e4
commit c04b991321

View File

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