mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
1db93911ae
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.