diff options
author | Andrey Khalyavin <halyavin@gmail.com> | 2022-02-10 16:46:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:30 +0300 |
commit | 4b839d0704ee9be1dabb0310a1f03af24963637b (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/cxxsupp/libcxx/include/__wrappers_config | |
parent | f773626848a7c7456803654292e716b83d69cc12 (diff) | |
download | ydb-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_config | 24 |
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 |