Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace std::string and const char* CreateSharedString with string_vi…
…ew (google#6315) It is useful to be able to call CreateSharedString with a string_view. A string_view can be implicitly converted from a std::string or a const char*. This means if string_view is available, we can use it instead of both other functions and get all 3.
- Loading branch information