'cray.hpp' empty section for 8.7.0

This commit is contained in:
Justin LaPolla
2017-12-15 11:54:59 -06:00
parent d1e0933528
commit 900c36e2fb

View File

@ -323,6 +323,23 @@
#endif // BOOST_CRAY_VERSION >= 80605
//
// 8.7.0
//
#if BOOST_CRAY_VERSION >= 80700
#if __cplusplus >= 199711L
#endif // __cplusplus >= 199711L
#if __cplusplus >= 201103L
#endif // __cplusplus >= 201103L
#if __cplusplus >= 201402L
#endif // __cplusplus == 201402L
#endif // BOOST_CRAY_VERSION >= 80700
////
//// Remove temporary macros
////