diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2025-02-18 10:12:33 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2025-02-18 10:34:54 +0300 |
commit | 75f5993689410f06224ace8767c11e2c71093fde (patch) | |
tree | f0412983cb29bc25c4d3422f5f8adf5ecaab39e7 /contrib | |
parent | d506a01f2c1668b2a6720099c110304f5b015765 (diff) | |
download | ydb-75f5993689410f06224ace8767c11e2c71093fde.tar.gz |
Enable _LIBCPP_NODISCARD_EXT
commit_hash:98617260ebfdb67dc8ab65290642c0c5d79edc4d
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 9c748b346a..41a3962dd4 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__config_site +++ b/contrib/libs/cxxsupp/libcxx/include/__config_site @@ -3,7 +3,6 @@ #define _LIBCPP_ABI_VERSION 1 #define _LIBCPP_ABI_NAMESPACE __y1 -#define _LIBCPP_DISABLE_NODISCARD_EXT #define _LIBCPP_PSTL_CPU_BACKEND_THREAD #ifndef _YNDX_LIBCPP_ENABLE_EXTENSIONS |