diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-04-17 10:24:33 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-04-17 10:33:15 +0300 |
commit | 1a3642c3548d1cffa7e447091c6b026383ba4a52 (patch) | |
tree | 10be47fcc7104ac3d1d822279792b597e97ff8a4 /contrib/libs | |
parent | fe11d950c6acd58ff2addba72daf8a9216c550dd (diff) | |
download | ydb-1a3642c3548d1cffa7e447091c6b026383ba4a52.tar.gz |
Replace single define with more specific ones
51152048da8c42e65e0a794f59fc0c79a2c191e4
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__config_site | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__config_site b/contrib/libs/cxxsupp/libcxx/include/__config_site index 83ccfdaf20..75c96d8c8f 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__config_site +++ b/contrib/libs/cxxsupp/libcxx/include/__config_site @@ -35,7 +35,11 @@ #define _LIBCPP_DISABLE_DEPRECATION_WARNINGS // should be removed in https://st.yandex-team.ru/IGNIETFERRO-1957 -#define _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES +#define _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR +#define _LIBCPP_ENABLE_CXX17_REMOVED_BINDERS +#define _LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE +#define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS +#define _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION // should be removed in https://st.yandex-team.ru/IGNIETFERRO-1955 #define _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS |