We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93201da + 2ac0518 commit 77cab81Copy full SHA for 77cab81
parallel_hashmap/phmap_config.h
@@ -120,7 +120,8 @@
120
#define PHMAP_HAVE_BUILTIN(x) 0
121
#endif
122
123
-#if (!defined(__GNUC__) || __GNUC__ >= 5) && ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L)
+#if (!defined(__GNUC__) || defined(__clang__) || __GNUC__ >= 5) && \
124
+ ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L)
125
#define PHMAP_HAVE_CC17 1
126
#else
127
#define PHMAP_HAVE_CC17 0
0 commit comments