From dc63438e22da4c0eaefe6d5ac95ff5fffb428594 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Wed, 1 Mar 2023 09:37:49 -0800 Subject: [PATCH] Add missing end-of-list marker to compliance section --- doc/unordered/compliance.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/unordered/compliance.adoc b/doc/unordered/compliance.adoc index cfe26f84..bc53e36e 100644 --- a/doc/unordered/compliance.adoc +++ b/doc/unordered/compliance.adoc @@ -143,3 +143,5 @@ The main differences with C++ unordered associative containers are: ** `value_type` must be move-constructible. ** Pointer stability is not kept under rehashing. ** There is no API for node extraction/insertion. + +//-