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.
1 parent 6497a9a commit b42b629Copy full SHA for b42b629
inst/include/Rcpp/platform/compiler.h
@@ -116,7 +116,7 @@
116
// Check TR1 Headers
117
#if defined(__INTEL_COMPILER) || (defined(__GNUC__) && !defined(__clang__))
118
#if defined(__GLIBCXX__)
119
- #if GCC_VERSION >= 40201
+ #if GCC_VERSION >= 40400 || ( GCC_VERSION >= 40201 && defined(__APPLE__) )
120
#define HAS_TR1_UNORDERED_MAP
121
#define HAS_TR1_UNORDERED_SET
122
#endif
0 commit comments