mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 04:55:18 +00:00
c192ab423b
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>