aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/valarray
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2023-12-15 19:01:31 +0300
committermikhnenko <mikhnenko@yandex-team.com>2023-12-15 23:42:15 +0300
commit0d259c4e4b9c15299d4b7aa3e875bff771c1eecb (patch)
treeb837d24d62cf0751d194559536d1919887ff8cb2 /contrib/libs/cxxsupp/libcxx/include/valarray
parent575896e786912fe28f56c16df6edd2f14dcdafb5 (diff)
downloadydb-0d259c4e4b9c15299d4b7aa3e875bff771c1eecb.tar.gz
Remove more old patches
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/valarray')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/valarray2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/valarray b/contrib/libs/cxxsupp/libcxx/include/valarray
index 4f7a61065c..6f8a3b8419 100644
--- a/contrib/libs/cxxsupp/libcxx/include/valarray
+++ b/contrib/libs/cxxsupp/libcxx/include/valarray
@@ -2795,7 +2795,7 @@ public:
};
template<class _ValExpr>
-__val_expr<_ValExpr>::operator valarray<typename __val_expr<_ValExpr>::__result_type>() const
+__val_expr<_ValExpr>::operator valarray<__val_expr::__result_type>() const
{
valarray<__result_type> __r;
size_t __n = __expr_.size();