summaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/string.h
diff options
context:
space:
mode:
authormikhnenko <[email protected]>2023-11-28 19:47:51 +0300
committermikhnenko <[email protected]>2023-11-28 20:44:40 +0300
commit00075b525ee8dec802d514b18dd290640d60bab0 (patch)
tree2747b528e5c10f28c5e978e0f9518950982cd3e7 /contrib/libs/cxxsupp/libcxx/include/string.h
parente79e79a7a59159e1994e51c878fed9324c44c974 (diff)
Drop more msvc-specific patches
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/string.h')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/string.h b/contrib/libs/cxxsupp/libcxx/include/string.h
index 099b6616abf..082c632a29b 100644
--- a/contrib/libs/cxxsupp/libcxx/include/string.h
+++ b/contrib/libs/cxxsupp/libcxx/include/string.h
@@ -57,11 +57,7 @@ size_t strlen(const char* s);
# pragma GCC system_header
#endif
-#ifdef _LIBCPP_COMPILER_MSVC
-#include Y_UCRT_INCLUDE_NEXT(string.h)
-#else
#include_next <string.h>
-#endif
// MSVCRT, GNU libc and its derivates may already have the correct prototype in
// <string.h>. This macro can be defined by users if their C library provides