diff options
author | Dennis Kormalev <denk@google.com> | 2024-04-24 14:05:14 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-04-24 14:06:05 -0700 |
commit | 08b21bd037990c18d44fda1691211e73835bf214 (patch) | |
tree | dcc50e661487803c63501710f3cc3fd965651f43 /CMake | |
parent | b0160ba46be86c3728b5e72a194c34f166740af1 (diff) | |
download | abseil-08b21bd037990c18d44fda1691211e73835bf214.tar.gz abseil-08b21bd037990c18d44fda1691211e73835bf214.tar.bz2 abseil-08b21bd037990c18d44fda1691211e73835bf214.zip |
Add public aliases for default hash/eq types in hash-based containers
Generic user code sometimes wants to provide more flexibility for its
own users and provide type arguments that are used as Hash/Eq in
underlying containers.
However, there is no sensible publicly available default value for it
yet.
This CL fixes this issue and provides publicly visible aliases that such
user code can use.
PiperOrigin-RevId: 627844757
Change-Id: I4c393007244ad8d998da02883c623eae1715c0df
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 47f3beeb..6353e2a7 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -66,6 +66,7 @@ set(ABSL_INTERNAL_DLL_FILES "cleanup/internal/cleanup.h" "container/btree_map.h" "container/btree_set.h" + "container/hash_container_defaults.h" "container/fixed_array.h" "container/flat_hash_map.h" "container/flat_hash_set.h" |