google / fhir

FHIR Protocol Buffers
Apache License 2.0
837 stars 190 forks source link

Prepare code for breaking change in Protobuf C++ API. #443

Closed copybara-service[bot] closed 1 week ago

copybara-service[bot] commented 1 week ago

Prepare code for breaking change in Protobuf C++ API.

Protobuf 6.30.0 will change the return types of Descriptor::name() and other methods to absl::string_view. This makes the code work both before and after such a change.