summaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorheretic <[email protected]>2022-10-13 02:44:22 +0300
committerheretic <[email protected]>2022-10-13 02:44:22 +0300
commit2bb282d30b33cd35b41482806f892cad5e125c75 (patch)
tree46cc96bde8275c1a1599c4a8444d720dd27bff21 /contrib/libs
parent2bc7c1a43b9b362178ba16348845ecc3346c9937 (diff)
use clang14 for windows by default
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/__config4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__config b/contrib/libs/cxxsupp/libcxx/include/__config
index 40cb732b3cd..1a10a448f64 100644
--- a/contrib/libs/cxxsupp/libcxx/include/__config
+++ b/contrib/libs/cxxsupp/libcxx/include/__config
@@ -412,7 +412,9 @@
#if __has_attribute(using_if_exists)
# define _LIBCPP_HAS_TIMESPEC_GET
# define _LIBCPP_HAS_QUICK_EXIT
-# define _LIBCPP_HAS_ALIGNED_ALLOC
+# ifndef _LIBCPP_MSVCRT
+# define _LIBCPP_HAS_ALIGNED_ALLOC
+# endif
#else
#if (defined(__ISO_C_VISIBLE) && (__ISO_C_VISIBLE >= 2011)) || __cplusplus >= 201103L
# if defined(__FreeBSD__)