summaryrefslogtreecommitdiffstats
path: root/contrib/libs/fmt/patches/03-deprecated-literal-operator.sh
blob: cc49db794f6532374a2c6cf7f2c9c6006eea192b (plain) (blame)
1
2
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