From 49be2e68de5b063bce5d0757078c62906a2674ea Mon Sep 17 00:00:00 2001 From: Evan Brown Date: Fri, 15 Sep 2023 09:05:25 -0700 Subject: Move CountingAllocator into test_allocator.h and add some other allocators that can be shared between different container tests. PiperOrigin-RevId: 565693736 Change-Id: I59af987e30da03a805ce59ff0fb7eeae3fc08293 --- CMake/AbseilDll.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'CMake') diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index cbd79d57..f29787b0 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -75,7 +75,6 @@ set(ABSL_INTERNAL_DLL_FILES "container/internal/common_policy_traits.h" "container/internal/compressed_tuple.h" "container/internal/container_memory.h" - "container/internal/counting_allocator.h" "container/internal/hash_function_defaults.h" "container/internal/hash_policy_traits.h" "container/internal/hashtable_debug.h" -- cgit v1.2.3