diff options
author | Andy Soffer <asoffer@google.com> | 2022-10-14 11:18:49 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-10-14 11:19:40 -0700 |
commit | 5631e52ed71b4fe01e0cb9146b6ad10ef216b8b0 (patch) | |
tree | 67a8c5fa19c5b6319a693fbf0a403e370e78c5ec /CMake | |
parent | f073fe8ee5dcb0aa18c893198747062f2f51ab59 (diff) | |
download | abseil-5631e52ed71b4fe01e0cb9146b6ad10ef216b8b0.tar.gz abseil-5631e52ed71b4fe01e0cb9146b6ad10ef216b8b0.tar.bz2 abseil-5631e52ed71b4fe01e0cb9146b6ad10ef216b8b0.zip |
Support stringification of user-defined types in AbslStringify in absl::Substitute.
We are also moving some internals into an internal header.
`HasAbslStringify` was not previously in an internal namespace but was intended
to be and has now been moved to an internal namespace. This is in adherence to
our compatibility guidelines which wave requirements for APIs within their
first 30 days of public release (See https://abseil.io/about/compatibility for
details).
PiperOrigin-RevId: 481190705
Change-Id: I4c0c348f269ea8d76ea3d4bd5a2c41cce475dc04
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/AbseilDll.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index d8ddcb3b..f18b54ad 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -240,6 +240,7 @@ set(ABSL_INTERNAL_DLL_FILES "strings/internal/cordz_update_tracker.h" "strings/internal/stl_type_traits.h" "strings/internal/string_constant.h" + "strings/internal/stringify_sink.h" "strings/match.cc" "strings/match.h" "strings/numbers.cc" |