diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-04-18 10:19:15 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-04-18 10:28:31 +0300 |
commit | 2c49ba15acb262afab84ca920392a05b9fc0c680 (patch) | |
tree | 468bd1ac9d809f3f102ff323750c9941ebf90d4a /contrib | |
parent | 900479406e37df8dd34053bee39596d5ee64e767 (diff) | |
download | ydb-2c49ba15acb262afab84ca920392a05b9fc0c680.tar.gz |
Disable pre-c++17 usage of std::unexpected() term
c74a40a5f5d03e835ac33b3ae1f023c910694875
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__config_site | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__config_site b/contrib/libs/cxxsupp/libcxx/include/__config_site index 75c96d8c8f..509de08a5d 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__config_site +++ b/contrib/libs/cxxsupp/libcxx/include/__config_site @@ -38,7 +38,6 @@ #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 |