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 3b5b5c1 commit 881b155Copy full SHA for 881b155
libcxxabi/src/cxa_exception_storage.cpp
@@ -24,7 +24,7 @@ extern "C" {
24
} // extern "C"
25
} // namespace __cxxabiv1
26
27
-#elif defined(HAS_THREAD_LOCAL)
+#elif __has_feature(cxx_thread_local)
28
29
namespace __cxxabiv1 {
30
namespace {
0 commit comments