From aa6eef135eb85d7d93a032709794db10748f9f60 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 13 Feb 2023 18:40:36 +0100 Subject: [PATCH] editorial --- doc/unordered/compliance.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unordered/compliance.adoc b/doc/unordered/compliance.adoc index 2fe27626..6a0386cf 100644 --- a/doc/unordered/compliance.adoc +++ b/doc/unordered/compliance.adoc @@ -142,4 +142,4 @@ The main differences with C++ unordered associative containers are: * Flat containers (`boost::unordered_flat_set` and `boost::unordered_flat_map`): ** `value_type` must be move-constructible. ** Pointer stability is not kept under rehashing. - ** There is no API for node extraction/insertion + ** There is no API for node extraction/insertion.