Merge pull request #164 from boostorg/cray--boost-hash-no-extensions

add BOOST_HASH_NO_EXTENSIONS to compile/cray.hpp
This commit is contained in:
rsdale
2017-07-20 14:48:55 -05:00
committed by GitHub

View File

@ -113,6 +113,7 @@
#define BOOST_NO_CXX14_CONSTEXPR
#define BOOST_HAS_LONG_LONG
#define BOOST_HAS_FLOAT128
#define BOOST_HASH_NO_EXTENSIONS
#if __cplusplus < 201400
#define BOOST_NO_CXX11_DECLTYPE_N3276