Undefine temporary macros in 'cray.hpp'

This commit is contained in:
Justin LaPolla
2017-12-12 12:15:14 -06:00
parent e20aa6d187
commit c78aa62469

View File

@ -31,6 +31,10 @@
// other parameters (i.e. C++ standards conformance level and GCC
// extensions).
////
//// Front matter
////
#define BOOST_CRAY_VERSION (_RELEASE_MAJOR * 10000 + _RELEASE_MINOR * 100 + _RELEASE_PATCHLEVEL)
#ifdef __GNUC__
@ -212,3 +216,10 @@
#if BOOST_CRAY_VERSION >= 80605
#endif // BOOST_CRAY_VERSION >= 80605
////
//// Remove temporary macros
////
#undef BOOST_GCC_VERSION
#undef BOOST_CRAY_VERSION