diff options
author | Abseil Team <absl-team@google.com> | 2023-11-20 14:57:43 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-11-20 14:58:49 -0800 |
commit | db5c79932e16e97e8b2f9ecd0e74f99f0e74e0d7 (patch) | |
tree | f97c66bd57931a32ba1cb4c7a222f7003d9f359d /absl/container/CMakeLists.txt | |
parent | f393335cb7410fc3a88f41dc5dd878c020213e0b (diff) | |
download | abseil-db5c79932e16e97e8b2f9ecd0e74f99f0e74e0d7.tar.gz abseil-db5c79932e16e97e8b2f9ecd0e74f99f0e74e0d7.tar.bz2 abseil-db5c79932e16e97e8b2f9ecd0e74f99f0e74e0d7.zip |
Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.
This reduces produced binary size and can trigger even more optimizations in the future.
PiperOrigin-RevId: 584136517
Change-Id: I3854833799f88f28b755ec53132925f0c3d468ab
Diffstat (limited to 'absl/container/CMakeLists.txt')
-rw-r--r-- | absl/container/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt index 96cdf59c..e5cf13b1 100644 --- a/absl/container/CMakeLists.txt +++ b/absl/container/CMakeLists.txt @@ -305,6 +305,7 @@ absl_cc_test( absl::check absl::flat_hash_map absl::hash_generator_testing + absl::type_traits absl::unordered_map_constructor_test absl::unordered_map_lookup_test absl::unordered_map_members_test @@ -450,6 +451,7 @@ absl_cc_test( absl::container_memory absl::strings absl::test_instance_tracker + absl::type_traits GTest::gmock_main ) |