From e56cb4418cc5b1217ee42776dc32546212a7d4c1 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Mon, 6 Mar 2023 09:48:26 -0800 Subject: [PATCH] Remove extraneous information from TypePolicy's construct, destroy docs --- include/boost/unordered/detail/foa.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index d65d07a2..93036768 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1173,10 +1173,7 @@ union uninitialized_storage * * - TypePolicy::construct and TypePolicy::destroy are used for the * construction and destruction of the internal types: value_type, init_type - * and element_type. For flat containers, these are often all synonyms for - * each other but for the node-based map, each one is a distinct type. These - * are used for allocator-aware construction and destruction of the types - * during insertion. + * and element_type. * * - TypePolicy::move is used to provide move semantics for the internal * types used by the container during rehashing and emplace. These types