mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Work on 'cray.hpp' for C++2003 version 8.6.5
- All tests pass except the 'qnan' test mentioned in the previous commit. The test command line is: `b2 -q toolset=craype cxxstd=03 cxxstd-dialect=gnu`
This commit is contained in:
@ -222,6 +222,9 @@
|
||||
|
||||
#if BOOST_CRAY_VERSION >= 80605
|
||||
|
||||
#if __cplusplus >= 199711L
|
||||
#endif // __cplusplus >= 199711L
|
||||
|
||||
#if __cplusplus >= 201103L
|
||||
#define BOOST_NO_CXX11_HDR_ATOMIC
|
||||
#define BOOST_NO_CXX11_HDR_REGEX
|
||||
|
Reference in New Issue
Block a user