Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make StringPiece constructible from std::string_view (#8707)
* Make StringPiece constructible from std::string_view This improves interop with certain string-like data structures, allowing to save extra allocation. * Check feature-testing macro before use
- Loading branch information