diff options
| author | mikhnenko <[email protected]> | 2025-01-20 01:34:08 +0300 |
|---|---|---|
| committer | mikhnenko <[email protected]> | 2025-01-20 01:51:09 +0300 |
| commit | 2ab2ef14e493133a483a7210a0133c1d8918eee2 (patch) | |
| tree | b25a613d75999386160a0ffe41a4f69282a592b3 /contrib/libs/cxxsupp/libcxx/patches/05-compiler-msvc.patch | |
| parent | 11def371ff569cef09101fa40c00e6180c3885bc (diff) | |
Update libcxx to 5 Mar 2024 80f9458cf30d13eef21b09042ea590945c5e64db
commit_hash:c45aa2ed98c2a01fa86b69bac97f40a32bd68ae2
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/patches/05-compiler-msvc.patch')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/patches/05-compiler-msvc.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/patches/05-compiler-msvc.patch b/contrib/libs/cxxsupp/libcxx/patches/05-compiler-msvc.patch index a40b79228dc..ac64152687b 100644 --- a/contrib/libs/cxxsupp/libcxx/patches/05-compiler-msvc.patch +++ b/contrib/libs/cxxsupp/libcxx/patches/05-compiler-msvc.patch @@ -1,8 +1,8 @@ diff --git a/include/__functional/bind.h b/include/__functional/bind.h -index 19e7d82..92d9bbd 100644 +index 8a0e3b7..1fded44 100644 --- a/include/__functional/bind.h +++ b/include/__functional/bind.h -@@ -230,6 +230,10 @@ public: +@@ -231,6 +231,10 @@ public: } }; @@ -13,7 +13,7 @@ index 19e7d82..92d9bbd 100644 template <class _Fp, class... _BoundArgs> struct is_bind_expression<__bind<_Fp, _BoundArgs...> > : public true_type {}; -@@ -237,7 +241,11 @@ template <class _Rp, class _Fp, class... _BoundArgs> +@@ -238,7 +242,11 @@ template <class _Rp, class _Fp, class... _BoundArgs> class __bind_r : public __bind<_Fp, _BoundArgs...> { typedef __bind<_Fp, _BoundArgs...> base; typedef typename base::_Fd _Fd; |
