diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2023-11-30 19:30:11 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2023-11-30 21:58:14 +0300 |
commit | f5d4e4495f6741d8df199dc9f888417ab0485010 (patch) | |
tree | 658aed141d6b671f9fbd56cc448b2f412e30951e /contrib/libs/cxxsupp/libcxx/include/memory | |
parent | 2f7d8b6e692bd7584a66686b5504381631dd4522 (diff) | |
download | ydb-f5d4e4495f6741d8df199dc9f888417ab0485010.tar.gz |
Remove unused patches
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/memory')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/memory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/memory b/contrib/libs/cxxsupp/libcxx/include/memory index 458a955a8b..a495caa898 100644 --- a/contrib/libs/cxxsupp/libcxx/include/memory +++ b/contrib/libs/cxxsupp/libcxx/include/memory @@ -1134,7 +1134,7 @@ struct __builtin_new_allocator { _LIBCPP_END_NAMESPACE_STD #if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17 -//# include <__pstl_memory> +#error # include <__pstl_memory> #endif #endif // _LIBCPP_MEMORY |