mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Update compiler/cray.hpp to support c++03 and both 8.5 and 8.6 releases.
modified: cray.hpp
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user