From 1315c900e1ddbb08a23e06eeb9a06450052ccb5e Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 17 Jun 2024 03:40:50 -0700 Subject: Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to more types in Abseil PiperOrigin-RevId: 643946867 Change-Id: Ia4fb583872dabd72c48cc4c20fe23a64dea517a6 --- absl/container/btree_map.h | 4 ++-- absl/container/btree_set.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'absl') diff --git a/absl/container/btree_map.h b/absl/container/btree_map.h index 0f62f0bd..3515838b 100644 --- a/absl/container/btree_map.h +++ b/absl/container/btree_map.h @@ -85,7 +85,7 @@ struct map_params; // template , typename Alloc = std::allocator>> -class btree_map +class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_map : public container_internal::btree_map_container< container_internal::btree::size_type erase_if( // template , typename Alloc = std::allocator>> -class btree_multimap +class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_multimap : public container_internal::btree_multimap_container< container_internal::btree, typename Alloc = std::allocator> -class btree_set +class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_set : public container_internal::btree_set_container< container_internal::btree::size_type erase_if(btree_set &set, // template , typename Alloc = std::allocator> -class btree_multiset +class ABSL_INTERNAL_ATTRIBUTE_OWNER btree_multiset : public container_internal::btree_multiset_container< container_internal::btree