editorial

This commit is contained in:
joaquintides
2023-02-13 18:40:36 +01:00
parent 1dd085daaa
commit aa6eef135e

View File

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