mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
absl::string_view is uses std::string_view when available. It already checks if std::string_view is available in the earlier code. It should only use absl::string_view implementation. Co-authored-by: Derek Bailey <derekbailey@google.com>