aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-18 18:45:56 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-18 19:12:49 +0300
commitfab560ba9f54a13bb6df30dd56b6db7467bddc04 (patch)
tree4a38b662f202b09993f932aa4570ca3f4b40fb21 /contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch
parenteb9ebcd66823f2331380c62c209c41382fcdabdb (diff)
downloadydb-fab560ba9f54a13bb6df30dd56b6db7467bddc04.tar.gz
Intermediate changes
commit_hash:253ff6780bbe06b38b22d1a48de66095f832c01d
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch')
-rw-r--r--contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch b/contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch
index 0e2e9e1220..b0626579ba 100644
--- a/contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch
+++ b/contrib/libs/cxxsupp/libcxx/patches/yyy-enable-std-expected.patch
@@ -12,7 +12,7 @@ index 27f01d9..174f97f 100644
_LIBCPP_BEGIN_NAMESPACE_STD
diff --git a/include/__expected/expected.h b/include/__expected/expected.h
-index 045370a..3f468fc 100644
+index bf16c8f..3f25e00 100644
--- a/include/__expected/expected.h
+++ b/include/__expected/expected.h
@@ -62,7 +62,7 @@