aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/__wrappers_config
diff options
context:
space:
mode:
authorAndrey Khalyavin <halyavin@gmail.com>2022-02-10 16:46:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:30 +0300
commit4b839d0704ee9be1dabb0310a1f03af24963637b (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/cxxsupp/libcxx/include/__wrappers_config
parentf773626848a7c7456803654292e716b83d69cc12 (diff)
downloadydb-4b839d0704ee9be1dabb0310a1f03af24963637b.tar.gz
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/__wrappers_config')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/__wrappers_config24
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__wrappers_config b/contrib/libs/cxxsupp/libcxx/include/__wrappers_config
index 1e544b5884..934e7c9279 100644
--- a/contrib/libs/cxxsupp/libcxx/include/__wrappers_config
+++ b/contrib/libs/cxxsupp/libcxx/include/__wrappers_config
@@ -1,5 +1,5 @@
-#pragma once
-
+#pragma once
+
#if !defined(NDEBUG) && !defined(_LIBCPP_DEBUG)
# define _LIBCPP_DEBUG 0
#endif
@@ -26,14 +26,14 @@
# define _YNDX_LIBCPP_MAKE_STRING_ITERATOR_POINTERS 0
#endif
-#define _YNDX_WIN32_NOFILESYSTEM_RUNTIME
-
-#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
-#define _LIBCPP_NO_AUTO_LINK
-#define _LIBCPP_DISABLE_DEPRECATION_WARNINGS
-#define _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS
-#define _LIBCPP_ENABLE_CXX20_REMOVED_TYPE_TRAITS
-
-#ifdef _musl_
+#define _YNDX_WIN32_NOFILESYSTEM_RUNTIME
+
+#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
+#define _LIBCPP_NO_AUTO_LINK
+#define _LIBCPP_DISABLE_DEPRECATION_WARNINGS
+#define _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS
+#define _LIBCPP_ENABLE_CXX20_REMOVED_TYPE_TRAITS
+
+#ifdef _musl_
# define _LIBCPP_HAS_MUSL_LIBC
-#endif
+#endif