Migrate std::string_view usage to absl::string_view.
This is a no-op in C++17 and newer, but adds the ability to use string_view pre-C++17. Closes https://github.com/protocolbuffers/protobuf/issues/11627 PiperOrigin-RevId: 504410634
Loading
Please sign in to comment