aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxmsvc/.yandex_meta/patches/29-abi.patch
blob: 3c90ae3a404e138c2b0167d9ca764a671ccbe6c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/cstddef b/include/cstddef
index 57cecc7..5dce7c0 100644
--- a/include/cstddef
+++ b/include/cstddef
@@ -41,6 +41,10 @@ Types:
 #  pragma GCC system_header
 #endif
 
+#ifdef _LIBCPP_ABI_VCRUNTIME
+typedef double max_align_t;
+#endif
+
 _LIBCPP_BEGIN_NAMESPACE_STD
 
 using ::nullptr_t;