We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b9853 commit d35fe67Copy full SHA for d35fe67
1 file changed
src/util.h
@@ -12,7 +12,7 @@
12
#include <stdlib.h>
13
14
// OSX 10.9 defaults to libc++ which provides a C++11 <type_traits> header.
15
-#if defined(__APPLE__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1090
+#if 0
16
#define USE_TR1_TYPE_TRAITS
17
#endif
18
0 commit comments