Add support for std::string_view in StrCat even when

absl::string_view != std::string_view.

PiperOrigin-RevId: 704802270
Change-Id: I8293f755a688707db575f0df22440f24ffad430e
This commit is contained in:
Abseil Team
2024-12-10 12:14:58 -08:00
committed by Copybara-Service
parent 45287476e8
commit 28528f595e
4 changed files with 26 additions and 0 deletions

View File

@@ -1118,6 +1118,7 @@ cc_test(
deps = [
":str_format",
":strings",
"//absl/base:config",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
],