Simplify hash_value for integrals

This commit is contained in:
Peter Dimov
2021-10-16 17:29:02 +03:00
parent 4e11c855cb
commit 2fc970b6ae
4 changed files with 45 additions and 141 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ int main() {}
#endif
#endif
#if defined(__GNUC__) && !defined(BOOST_INTEL_CXX_VERSION)
#if ( defined(__GNUC__) || defined(__clang__) ) && !defined(BOOST_INTEL_CXX_VERSION)
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif