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:
Justin LaPolla
2017-12-12 14:31:45 -06:00
parent 76ee8244df
commit da5012a135

View File

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