Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use StrCat for string concatenation #1270

Merged
merged 2 commits into from
Jan 1, 2025
Merged

Conversation

yurykats
Copy link
Contributor

@yurykats yurykats commented Jan 1, 2025

This makes the code compatible with a future Protobuf release where various methods return absl::string_view instead of std::string or const std::string&.

This makes the code compatible with a future Protobuf release where various methods return absl::string_view instead of std::string or const std::string&.

Signed-off-by: Yury Kats <[email protected]>
@yurykats yurykats marked this pull request as ready for review January 1, 2025 19:00
@mum4k
Copy link
Collaborator

mum4k commented Jan 1, 2025

Thank you @yurykats, looks like the CI is complaining about formatting, would you mind running ci/do_ci.sh fix_format?

Signed-off-by: Yury Kats <[email protected]>
@mum4k mum4k merged commit 9569ed9 into envoyproxy:main Jan 1, 2025
12 checks passed
@yurykats yurykats deleted the patch-1 branch January 2, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants