Update compiler/cray.hpp to support c++03 and both 8.5 and 8.6 releases.

modified:   cray.hpp
This commit is contained in:
Richard Dale
2017-06-27 14:09:06 -05:00
parent 214c04f139
commit 437f334745

View File

@ -21,10 +21,9 @@
# error "Unsupported Cray compiler, please try running the configure script."
#endif
#if _RELEASE_MINOR < 6
#if _RELEASE_MINOR < 5 || __cplusplus < 201100
#include <boost/config/compiler/common_edg.hpp>
//
//
#define BOOST_NO_CXX11_STATIC_ASSERT