diff options
author | alperevyshin <alperevyshin@yandex-team.com> | 2023-05-13 14:54:35 +0300 |
---|---|---|
committer | alperevyshin <alperevyshin@yandex-team.com> | 2023-05-13 14:54:35 +0300 |
commit | 0da8bd43f7eadf9090867e4fbc6778e57a787774 (patch) | |
tree | 37b748f9eb3e1e295a9102915230d6f865e26d40 | |
parent | e90c63dd7eb24d9c1016e609950d884f2c823777 (diff) | |
download | ydb-0da8bd43f7eadf9090867e4fbc6778e57a787774.tar.gz |
Add error before unused import of macro _LIBCPP_EXTERNAL_THREADING
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__threading_support | 2 |
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) |