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 4c6b882 commit 14c9899Copy full SHA for 14c9899
libcxx/src/include/refstring.h
@@ -25,7 +25,7 @@
25
// string singleton before manipulating the reference count. This is done so that
26
// if an exception is created with a zero-length string in libstdc++, libc++abi
27
// won't try to delete the memory.
28
-#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) || defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__)
+#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)
29
# define _LIBCPP_CHECK_FOR_GCC_EMPTY_STRING_STORAGE
30
# include <dlfcn.h>
31
# include <mach-o/dyld.h>
0 commit comments