Skip to content

Commit 8b62748

Browse files
committed
Fix accidentally exposed symbols
1 parent 6d75266 commit 8b62748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/src/support/runtime/stdexcept_default.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "../../include/refstring.h"
1010

1111
/* For _LIBCPPABI_VERSION */
12-
#if !defined(_LIBCPP_CXX_ABI_NONE) && (defined(LIBCPP_CXX_ABI_LIBCXXABI) || defined(LIBCPP_CXX_ABI_LIBCXXRT))
12+
#if defined(_LIBCPP_CXX_ABI_LIBCXXABI) || defined(_LIBCPP_CXX_ABI_LIBCXXRT)
1313
# include <cxxabi.h>
1414
#endif
1515

0 commit comments

Comments
 (0)