Skip to content

Commit d35fe67

Browse files
committed
fix type_traits for OSX
we are already using -std=c++11 -stdlib=libc++
1 parent 25b9853 commit d35fe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <stdlib.h>
1313

1414
// 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
15+
#if 0
1616
#define USE_TR1_TYPE_TRAITS
1717
#endif
1818

0 commit comments

Comments
 (0)