diff options
author | YDBot <[email protected]> | 2025-09-26 05:40:56 +0000 |
---|---|---|
committer | YDBot <[email protected]> | 2025-09-26 05:40:56 +0000 |
commit | a7e5af7043672a57f330696519f435f19fcd03d0 (patch) | |
tree | fa751accfbb8afcd928340c9078b00453c07dde1 /contrib/libs/fmt/patches/03-deprecated-literal-operator.sh | |
parent | d7cd65635ff05f602b8eb7c6e2a42217057dd2c6 (diff) | |
parent | ee5ee24a4d661a146d6142a78050207193937281 (diff) |
Merge pull request #25828 from ydb-platform/merge-rightlib-250926-0050
Diffstat (limited to 'contrib/libs/fmt/patches/03-deprecated-literal-operator.sh')
-rw-r--r-- | contrib/libs/fmt/patches/03-deprecated-literal-operator.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/fmt/patches/03-deprecated-literal-operator.sh b/contrib/libs/fmt/patches/03-deprecated-literal-operator.sh new file mode 100644 index 00000000000..cc49db794f6 --- /dev/null +++ b/contrib/libs/fmt/patches/03-deprecated-literal-operator.sh @@ -0,0 +1,3 @@ +set -xue +sed -e 's|operator"" |operator""|g' include/fmt/format.h -i +sed -e 's|operator"" |operator""|g' include/fmt/xchar.h -i |