mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
An upcoming change in Protobuf will change the return types of various methods like Descriptor::name() and Message::GetTypeName() from const std::string& or std::string to absl::string_view. This CL fixes users of those methods to work both before and after the change.