Files
abseil-cpp/absl/strings/has_absl_stringify.h
Derek Mauro 48235b8912 Workaround symbol resolution bug in Clang 19
Clang 19 seems to see the old usage of
absl::string_internal::HasAbslStringify in GoogleTest 1.14.0 and
incorrectly resolves absl::HasAbslStringify sometimes. This issue is
fixed when a version of GoogleTest that removes
absl::string_internal::HasAbslStringify is used.

This workaround is ugly but will be removed after the next GoogleTest
release.

PiperOrigin-RevId: 636993564
Change-Id: Ic166edbd4ddc2c716afbedec34be629cfc988e00
2024-05-24 12:04:30 -07:00

2.0 KiB