Skip to content

Conversation

@uatuko
Copy link
Owner

@uatuko uatuko commented Dec 16, 2025

It seems a newer release of protobuf has changed (google::protobuf::Descriptor *)->full_name() to return a std::string_view (instead of std::string), which breaks the protoc-gen-grpcxx build.

This changes fixes it, and also makes the change backwards compatible.

Fix #58.

@uatuko uatuko marked this pull request as ready for review December 16, 2025 09:59
Avoid cmake errors due to libuv not setting cmake_minimum_required.
@uatuko uatuko merged commit ed0b747 into main Dec 16, 2025
12 checks passed
@uatuko uatuko deleted the bugfix/string-concat branch December 16, 2025 10:07
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.

Build fails: grpcxx.cpp: error: no match for 'operator+' (operand types are 'std::basic_string_view<char>' and 'const char [3]')

2 participants