Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use StrCat for string concatenation (#1270)
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 <yurykats@yahoo.com>
- Loading branch information