aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperevyshin <alperevyshin@yandex-team.com>2023-05-13 14:54:35 +0300
committeralperevyshin <alperevyshin@yandex-team.com>2023-05-13 14:54:35 +0300
commit0da8bd43f7eadf9090867e4fbc6778e57a787774 (patch)
tree37b748f9eb3e1e295a9102915230d6f865e26d40
parente90c63dd7eb24d9c1016e609950d884f2c823777 (diff)
downloadydb-0da8bd43f7eadf9090867e4fbc6778e57a787774.tar.gz
Add error before unused import of macro _LIBCPP_EXTERNAL_THREADING
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/__threading_support2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__threading_support b/contrib/libs/cxxsupp/libcxx/include/__threading_support
index d2b84c1322..e697c6e5a8 100644
--- a/contrib/libs/cxxsupp/libcxx/include/__threading_support
+++ b/contrib/libs/cxxsupp/libcxx/include/__threading_support
@@ -28,7 +28,7 @@
#if defined(_LIBCPP_HAS_THREAD_API_EXTERNAL)
# define _LIBCPP_EXTERNAL_THREADING <__external_threading>
-# include _LIBCPP_EXTERNAL_THREADING
+# #error include _LIBCPP_EXTERNAL_THREADING
# undef _LIBCPP_EXTERNAL_THREADING
#elif !defined(_LIBCPP_HAS_NO_THREADS)