aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/src
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2023-05-23 11:48:30 +0300
committermikhnenko <mikhnenko@yandex-team.com>2023-05-23 11:48:30 +0300
commitfc423f77fd18d6552bcbd9c304d2429df0e5d5ca (patch)
treefa96724a2ecb6b9f05e016184d3d62dd5ef28256 /contrib/libs/cxxsupp/libcxx/src
parenta78d78343219fc5d684194b98658dfd66622075d (diff)
downloadydb-fc423f77fd18d6552bcbd9c304d2429df0e5d5ca.tar.gz
Resolve Y_UCRT_INCLUDE_NEXT and _LIBCPP_MSVC_INCLUDE to void
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/src')
-rw-r--r--contrib/libs/cxxsupp/libcxx/src/support/runtime/exception_msvc.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/src/support/runtime/exception_msvc.ipp b/contrib/libs/cxxsupp/libcxx/src/support/runtime/exception_msvc.ipp
index 4eb1803f0b6..409d6755f63 100644
--- a/contrib/libs/cxxsupp/libcxx/src/support/runtime/exception_msvc.ipp
+++ b/contrib/libs/cxxsupp/libcxx/src/support/runtime/exception_msvc.ipp
@@ -20,7 +20,7 @@
// We don't want to depend on MSVC headers but
// we have conflicting definitions otherwise due to
// some other dependency on eh.h.
-#include _LIBCPP_MSVC_INCLUDE(eh.h)
+#include Y_MSVC_INCLUDE_NEXT(eh.h)
#else
extern "C" {