mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
Add missing end-of-list marker to compliance section
This commit is contained in:
@ -143,3 +143,5 @@ The main differences with C++ unordered associative containers are:
|
|||||||
** `value_type` must be move-constructible.
|
** `value_type` must be move-constructible.
|
||||||
** Pointer stability is not kept under rehashing.
|
** Pointer stability is not kept under rehashing.
|
||||||
** There is no API for node extraction/insertion.
|
** There is no API for node extraction/insertion.
|
||||||
|
|
||||||
|
//-
|
||||||
|
Reference in New Issue
Block a user