From bf733661170202d8e5c89f401cdabc24a9b929b2 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 5 May 2023 17:55:53 +0200 Subject: [PATCH] typo --- doc/unordered/concurrent_flat_map.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unordered/concurrent_flat_map.adoc b/doc/unordered/concurrent_flat_map.adoc index 7425c462..7a189a92 100644 --- a/doc/unordered/concurrent_flat_map.adoc +++ b/doc/unordered/concurrent_flat_map.adoc @@ -336,7 +336,7 @@ are required to not introduce data races: * `std::allocator_traits::allocate` * `std::allocator_traits::deallocate` * `std::allocator_traits::construct` -* `std::allocator_traits::destruct` +* `std::allocator_traits::destroy` In general, these requirements on `Hash`, `Pred` and `Allocator` are met if these types are not stateful or if the operations only involve constant access to internal data members.