Add missing end-of-list marker to compliance section

This commit is contained in:
Christian Mazakas 2023-03-01 09:37:49 -08:00
parent 0a3ac26f00
commit dc63438e22

View File

@ -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.
//-