diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-15 15:15:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-15 15:15:56 +0300 |
commit | f9211a752e27e7a9915c4ab07d73c86089a3f1c9 (patch) | |
tree | 378892948f101a885a6b356954f8442e4c68aa93 /contrib/libs/cxxsupp/libcxx/src | |
parent | 9846e9a3b6d37890eb5868e4cce0d1b927d49418 (diff) | |
download | ydb-f9211a752e27e7a9915c4ab07d73c86089a3f1c9.tar.gz |
intermediate changes
ref:6047a064234457e5084bb81c38d0758e4de103c3
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/src')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/src/functional.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/src/functional.cpp b/contrib/libs/cxxsupp/libcxx/src/functional.cpp index cc5f43a9f2e..fbc620058bc 100644 --- a/contrib/libs/cxxsupp/libcxx/src/functional.cpp +++ b/contrib/libs/cxxsupp/libcxx/src/functional.cpp @@ -14,7 +14,9 @@ _LIBCPP_BEGIN_NAMESPACE_STD bad_function_call::~bad_function_call() noexcept { } +#endif +#ifdef _LIBCPP_ABI_BAD_FUNCTION_CALL_GOOD_WHAT_MESSAGE const char* bad_function_call::what() const noexcept { |