mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
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:
committed by
Copybara-Service
parent
45287476e8
commit
28528f595e
@@ -1118,6 +1118,7 @@ cc_test(
|
||||
deps = [
|
||||
":str_format",
|
||||
":strings",
|
||||
"//absl/base:config",
|
||||
"@com_google_googletest//:gtest",
|
||||
"@com_google_googletest//:gtest_main",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user