summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-crt-cpp/patches
diff options
context:
space:
mode:
authorYDBot <[email protected]>2025-09-26 05:40:56 +0000
committerYDBot <[email protected]>2025-09-26 05:40:56 +0000
commita7e5af7043672a57f330696519f435f19fcd03d0 (patch)
treefa751accfbb8afcd928340c9078b00453c07dde1 /contrib/restricted/aws/aws-crt-cpp/patches
parentd7cd65635ff05f602b8eb7c6e2a42217057dd2c6 (diff)
parentee5ee24a4d661a146d6142a78050207193937281 (diff)
Merge pull request #25828 from ydb-platform/merge-rightlib-250926-0050
Diffstat (limited to 'contrib/restricted/aws/aws-crt-cpp/patches')
-rw-r--r--contrib/restricted/aws/aws-crt-cpp/patches/02-pr728-deprecated-literal-operator.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/restricted/aws/aws-crt-cpp/patches/02-pr728-deprecated-literal-operator.sh b/contrib/restricted/aws/aws-crt-cpp/patches/02-pr728-deprecated-literal-operator.sh
new file mode 100644
index 00000000000..a143fd8997c
--- /dev/null
+++ b/contrib/restricted/aws/aws-crt-cpp/patches/02-pr728-deprecated-literal-operator.sh
@@ -0,0 +1,2 @@
+set -xue
+sed -e 's|operator"" |operator""|g' include/aws/crt/StringView.h -i