diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2023-05-23 11:48:30 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2023-05-23 11:48:30 +0300 |
commit | fc423f77fd18d6552bcbd9c304d2429df0e5d5ca (patch) | |
tree | fa96724a2ecb6b9f05e016184d3d62dd5ef28256 /contrib/libs/cxxsupp/libcxx/include/math.h | |
parent | a78d78343219fc5d684194b98658dfd66622075d (diff) | |
download | ydb-fc423f77fd18d6552bcbd9c304d2429df0e5d5ca.tar.gz |
Resolve Y_UCRT_INCLUDE_NEXT and _LIBCPP_MSVC_INCLUDE to void
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/math.h')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/math.h b/contrib/libs/cxxsupp/libcxx/include/math.h index 93831ed463a..a409b610f36 100644 --- a/contrib/libs/cxxsupp/libcxx/include/math.h +++ b/contrib/libs/cxxsupp/libcxx/include/math.h @@ -298,7 +298,7 @@ long double truncl(long double x); #endif #ifdef _LIBCPP_COMPILER_MSVC -#include _LIBCPP_UCRT_INCLUDE(math.h) +#include Y_UCRT_INCLUDE_NEXT(math.h) #else #include_next <math.h> #endif @@ -1762,7 +1762,7 @@ trunc(_A1 __lcpp_x) _NOEXCEPT // has previously been included. #if defined(_LIBCPP_MSVCRT) && defined(_USE_MATH_DEFINES) #ifdef _LIBCPP_COMPILER_MSVC -#include _LIBCPP_UCRT_INCLUDE(math.h) +#include Y_UCRT_INCLUDE_NEXT(math.h) #else #include_next <math.h> #endif |